#A88613

Color #A88613 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A88613

Tints of Dark Goldenrod #A88613

Color information

#A88613 (or 0xA88613) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 86 and 13. RGB value is (168,134,19). Sum of RGB (Red+Green+Blue) = 168+134+19=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A88613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88613 is #5779EC. Grayscale: #838383. Windows color (decimal): -5732845 or 1279656. OLE color: 1279656.

HSL color Cylindrical-coordinate representation of color #A88613: hue angle of 46.31º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A88613 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB16813419-
CMYK00.200.890.34
HSL46.31º79.68%36.67%-
HSV(B)46.31º88.69%65.88%-
XYZ24.7925.424.22-
YUV131.0664.76154.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 52.34%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 19 (7.81% from 255) = 5.92%
R=52.34%
G=41.74%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681341900.200.890.3446.3179.6836.67
HexA8861301459222e5025
Octal25020623024131425612045
Binary10101000100001101001101010010110011000101011101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88613; }

 p { color: rgb(168,134,19); }

 H1.HeaderClassName
 {
   color: #A88613;
 }
 .AnyTagClassName
 {
   color: #A88613;
 }
</style>
background-color css

<style>
 a { background-color: #A88613; }

 a { background-color: rgb(168,134,19); }

 div.DivClassName
 {
   background-color: #A88613;
 }
 .BgClassName
 {
   background-color: #A88613;
 }
</style>
border-color css

<style>
 span { border-color: #A88613; }

 span { border-color: rgb(168,134,19); }

 td.TdClassName
 {
   border-color: #A88613;
 }
 .TagClassName
 {
   border-color: #A88613;
 }
</style>