#AA8F0A

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

Shades of Dark Goldenrod #AA8F0A

Tints of Dark Goldenrod #AA8F0A

Color information

#AA8F0A (or 0xAA8F0A) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 8F and 0A. RGB value is (170,143,10). Sum of RGB (Red+Green+Blue) = 170+143+10=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8F0A is #5570F5. Grayscale: #888888. Windows color (decimal): -5599478 or 692138. OLE color: 692138.

HSL color Cylindrical-coordinate representation of color #AA8F0A: hue angle of 49.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA8F0A is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17014310-
CMYK00.160.940.33
HSL49.88º88.89%35.29%-
HSV(B)49.88º94.12%66.67%-
XYZ26.4528.214.34-
YUV135.9156.95152.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 143 (56.25% from 255) = 44.27%
BLUE value IS 10 (4.30% from 255) = 3.10%
R=52.63%
G=44.27%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701431000.160.940.3349.8888.8935.29
HexAA8FA0105E21325923
Octal25221712020136416213143
Binary1010101010001111101001000010111101000011100101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F0A; }

 p { color: rgb(170,143,10); }

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

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

 a { background-color: rgb(170,143,10); }

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

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

 span { border-color: rgb(170,143,10); }

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