#A58E02

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

Shades of Dark Goldenrod #A58E02

Tints of Dark Goldenrod #A58E02

Color information

#A58E02 (or 0xA58E02) is unknown color: approx Dark Goldenrod. HEX triplet: A5, 8E and 02. RGB value is (165,142,2). Sum of RGB (Red+Green+Blue) = 165+142+2=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58E02 is #5A71FD. Grayscale: #858585. Windows color (decimal): -5927422 or 167589. OLE color: 167589.

HSL color Cylindrical-coordinate representation of color #A58E02: hue angle of 51.53º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A58E02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB1651422-
CMYK00.140.990.35
HSL51.53º97.6%32.75%-
HSV(B)51.53º98.79%64.71%-
XYZ25.227.354.01-
YUV132.9254.12150.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=53.40%
G=45.95%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165142200.140.990.3551.5397.632.75
HexA58E20E6323346221
Octal2452162016143436414241
Binary1010010110001110100111011000111000111101001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58E02; }

 p { color: rgb(165,142,2); }

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

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

 a { background-color: rgb(165,142,2); }

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

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

 span { border-color: rgb(165,142,2); }

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