#A87B09

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

Shades of Dark Goldenrod #A87B09

Tints of Dark Goldenrod #A87B09

Color information

#A87B09 (or 0xA87B09) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 7B and 09. RGB value is (168,123,9). Sum of RGB (Red+Green+Blue) = 168+123+9=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87B09 is #5784F6. Grayscale: #7B7B7B. Windows color (decimal): -5735671 or 621480. OLE color: 621480.

HSL color Cylindrical-coordinate representation of color #A87B09: hue angle of 43.02º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A87B09 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB1681239-
CMYK00.270.950.34
HSL43.02º89.83%34.71%-
HSV(B)43.02º94.64%65.88%-
XYZ23.2822.513.38-
YUV123.4663.41159.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56%
GREEN value IS 123 (48.44% from 255) = 41%
BLUE value IS 9 (3.91% from 255) = 3%
R=56%
G=41%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168123900.270.950.3443.0289.8334.71
HexA87B901B5F222b5a23
Octal25017311033137425313243
Binary101010001111011100101101110111111000101010111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87B09; }

 p { color: rgb(168,123,9); }

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

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

 a { background-color: rgb(168,123,9); }

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

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

 span { border-color: rgb(168,123,9); }

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