#A17D07

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

Shades of Dark Goldenrod #A17D07

Tints of Dark Goldenrod #A17D07

Color information

#A17D07 (or 0xA17D07) is unknown color: approx Dark Goldenrod. HEX triplet: A1, 7D and 07. RGB value is (161,125,7). Sum of RGB (Red+Green+Blue) = 161+125+7=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17D07 is #5E82F8. Grayscale: #7A7A7A. Windows color (decimal): -6193913 or 490913. OLE color: 490913.

HSL color Cylindrical-coordinate representation of color #A17D07: hue angle of 45.97º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A17D07 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB1611257-
CMYK00.220.960.37
HSL45.97º91.67%32.94%-
HSV(B)45.97º95.65%63.14%-
XYZ22.0722.263.33-
YUV122.3162.93155.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.95%
GREEN value IS 125 (49.22% from 255) = 42.66%
BLUE value IS 7 (3.12% from 255) = 2.39%
R=54.95%
G=42.66%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161125700.220.960.3745.9791.6732.94
HexA17D701660252e5c21
Octal2411757026140455613441
Binary10100001111110111101011011000001001011011101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17D07; }

 p { color: rgb(161,125,7); }

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

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

 a { background-color: rgb(161,125,7); }

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

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

 span { border-color: rgb(161,125,7); }

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