#A17E05

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

Shades of Dark Goldenrod #A17E05

Tints of Dark Goldenrod #A17E05

Color information

#A17E05 (or 0xA17E05) is unknown color: approx Dark Goldenrod. HEX triplet: A1, 7E and 05. RGB value is (161,126,5). Sum of RGB (Red+Green+Blue) = 161+126+5=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17E05 is #5E81FA. Grayscale: #7B7B7B. Windows color (decimal): -6193659 or 360097. OLE color: 360097.

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

Color convert

RGB1611265-
CMYK00.220.970.37
HSL46.54º93.98%32.55%-
HSV(B)46.54º96.89%63.14%-
XYZ22.1922.513.32-
YUV122.6761.6155.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.14%
GREEN value IS 126 (49.61% from 255) = 43.15%
BLUE value IS 5 (2.34% from 255) = 1.71%
R=55.14%
G=43.15%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161126500.220.970.3746.5493.9832.55
HexA17E501661252f5e21
Octal2411765026141455713641
Binary10100001111111010101011011000011001011011111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17E05; }

 p { color: rgb(161,126,5); }

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

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

 a { background-color: rgb(161,126,5); }

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

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

 span { border-color: rgb(161,126,5); }

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