#A28A09

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

Shades of Dark Goldenrod #A28A09

Tints of Dark Goldenrod #A28A09

Color information

#A28A09 (or 0xA28A09) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 8A and 09. RGB value is (162,138,9). Sum of RGB (Red+Green+Blue) = 162+138+9=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28A09 is #5D75F6. Grayscale: #838383. Windows color (decimal): -6125047 or 625314. OLE color: 625314.

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

Color convert

RGB1621389-
CMYK00.150.940.36
HSL50.59º89.47%33.53%-
HSV(B)50.59º94.44%63.53%-
XYZ24.0425.883.99-
YUV130.4759.45150.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 138 (54.30% from 255) = 44.66%
BLUE value IS 9 (3.91% from 255) = 2.91%
R=52.43%
G=44.66%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162138900.150.940.3650.5989.4733.53
HexA28A90F5E24335922
Octal24221211017136446313142
Binary101000101000101010010111110111101001001100111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A09; }

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

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

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

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

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

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

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

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