#A28902

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

Shades of Dark Goldenrod #A28902

Tints of Dark Goldenrod #A28902

Color information

#A28902 (or 0xA28902) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 89 and 02. RGB value is (162,137,2). Sum of RGB (Red+Green+Blue) = 162+137+2=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A28902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28902 is #5D76FD. Grayscale: #818181. Windows color (decimal): -6125310 or 166306. OLE color: 166306.

HSL color Cylindrical-coordinate representation of color #A28902: hue angle of 50.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A28902 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1621372-
CMYK00.150.990.36
HSL50.62º97.56%32.16%-
HSV(B)50.62º98.77%63.53%-
XYZ23.8625.583.74-
YUV129.0856.28151.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=53.82%
G=45.51%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162137200.150.990.3650.6297.5632.16
HexA28920F6324336220
Octal2422112017143446314240
Binary1010001010001001100111111000111001001100111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28902; }

 p { color: rgb(162,137,2); }

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

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

 a { background-color: rgb(162,137,2); }

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

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

 span { border-color: rgb(162,137,2); }

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