#A87307

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

Shades of Dark Goldenrod #A87307

Tints of Dark Goldenrod #A87307

Color information

#A87307 (or 0xA87307) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 73 and 07. RGB value is (168,115,7). Sum of RGB (Red+Green+Blue) = 168+115+7=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A87307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87307 is #578CF8. Grayscale: #777777. Windows color (decimal): -5737721 or 488360. OLE color: 488360.

HSL color Cylindrical-coordinate representation of color #A87307: hue angle of 40.25º 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 #A87307 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB1681157-
CMYK00.320.960.34
HSL40.25º92%34.31%-
HSV(B)40.25º95.83%65.88%-
XYZ22.3220.63-
YUV118.5465.06163.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.93%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 7 (3.12% from 255) = 2.41%
R=57.93%
G=39.66%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168115700.320.960.3440.259234.31
HexA87370206022285c22
Octal2501637040140425013442
Binary101010001110011111010000011000001000101010001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87307; }

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

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

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

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

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

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

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

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