#A8870F

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

Shades of Dark Goldenrod #A8870F

Tints of Dark Goldenrod #A8870F

Color information

#A8870F (or 0xA8870F) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 87 and 0F. RGB value is (168,135,15). Sum of RGB (Red+Green+Blue) = 168+135+15=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A8870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8870F is #5778F0. Grayscale: #838383. Windows color (decimal): -5732593 or 1017768. OLE color: 1017768.

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

Color convert

RGB16813515-
CMYK00.200.910.34
HSL47.06º83.61%35.88%-
HSV(B)47.06º91.07%65.88%-
XYZ24.925.694.1-
YUV131.1962.43154.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.83%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 15 (6.25% from 255) = 4.72%
R=52.83%
G=42.45%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681351500.200.910.3447.0683.6135.88
HexA887F0145B222f5424
Octal25020717024133425712444
Binary1010100010000111111101010010110111000101011111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8870F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8870F; }

 p { color: rgb(168,135,15); }

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

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

 a { background-color: rgb(168,135,15); }

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

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

 span { border-color: rgb(168,135,15); }

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