#A28A05

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

Shades of Dark Goldenrod #A28A05

Tints of Dark Goldenrod #A28A05

Color information

#A28A05 (or 0xA28A05) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 8A and 05. RGB value is (162,138,5). Sum of RGB (Red+Green+Blue) = 162+138+5=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28A05 is #5D75FA. Grayscale: #828282. Windows color (decimal): -6125051 or 363170. OLE color: 363170.

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

Color convert

RGB1621385-
CMYK00.150.970.36
HSL50.83º94.01%32.75%-
HSV(B)50.83º96.91%63.53%-
XYZ24.0225.873.87-
YUV130.0157.45150.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.11%
GREEN value IS 138 (54.30% from 255) = 45.25%
BLUE value IS 5 (2.34% from 255) = 1.64%
R=53.11%
G=45.25%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162138500.150.970.3650.8394.0132.75
HexA28A50F6124335e21
Octal2422125017141446313641
Binary10100010100010101010111111000011001001100111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A05; }

 p { color: rgb(162,138,5); }

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

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

 a { background-color: rgb(162,138,5); }

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

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

 span { border-color: rgb(162,138,5); }

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