#A87C07

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

Shades of Dark Goldenrod #A87C07

Tints of Dark Goldenrod #A87C07

Color information

#A87C07 (or 0xA87C07) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 7C and 07. RGB value is (168,124,7). Sum of RGB (Red+Green+Blue) = 168+124+7=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87C07 is #5783F8. Grayscale: #7C7C7C. Windows color (decimal): -5735417 or 490664. OLE color: 490664.

HSL color Cylindrical-coordinate representation of color #A87C07: hue angle of 43.6º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A87C07 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB1681247-
CMYK00.260.960.34
HSL43.6º92%34.31%-
HSV(B)43.6º95.83%65.88%-
XYZ23.3922.763.36-
YUV123.8262.08159.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.19%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 7 (3.12% from 255) = 2.34%
R=56.19%
G=41.47%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168124700.260.960.3443.69234.31
HexA87C701A60222c5c22
Octal2501747032140425413442
Binary10101000111110011101101011000001000101011001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87C07; }

 p { color: rgb(168,124,7); }

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

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

 a { background-color: rgb(168,124,7); }

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

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

 span { border-color: rgb(168,124,7); }

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