#A87710

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

Shades of Dark Goldenrod #A87710

Tints of Dark Goldenrod #A87710

Color information

#A87710 (or 0xA87710) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 77 and 10. RGB value is (168,119,16). Sum of RGB (Red+Green+Blue) = 168+119+16=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A87710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87710 is #5788EF. Grayscale: #7A7A7A. Windows color (decimal): -5736688 or 1079208. OLE color: 1079208.

HSL color Cylindrical-coordinate representation of color #A87710: hue angle of 40.66º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A87710 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB16811916-
CMYK00.290.900.34
HSL40.66º82.61%36.08%-
HSV(B)40.66º90.48%65.88%-
XYZ22.8421.563.45-
YUV121.9168.23160.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.45%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 16 (6.64% from 255) = 5.28%
R=55.45%
G=39.27%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681191600.290.900.3440.6682.6136.08
HexA8771001D5A22295324
Octal25016720035132425112344
Binary1010100011101111000001110110110101000101010011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87710; }

 p { color: rgb(168,119,16); }

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

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

 a { background-color: rgb(168,119,16); }

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

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

 span { border-color: rgb(168,119,16); }

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