#aa8515

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

Shades of Dark Goldenrod #AA8515

Tints of Dark Goldenrod #AA8515

Color information

#AA8515 (or 0xAA8515) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 85 and 15. RGB value is (170,133,21). Sum of RGB (Red+Green+Blue) = 170+133+21=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8515 is #557AEA. Grayscale: #838383. Windows color (decimal): -5602027 or 1410474. OLE color: 1410474.

HSL color Cylindrical-coordinate representation of color #AA8515: hue angle of 45.1º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA8515 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB17013321-
CMYK00.220.880.33
HSL45.1º78.01%37.45%-
HSV(B)45.1º87.65%66.67%-
XYZ25.125.384.28-
YUV131.365.76155.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 21 (8.59% from 255) = 6.48%
R=52.47%
G=41.05%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701332100.220.880.3345.178.0137.45
HexAA851501658212d4e25
Octal25220525026130415511645
Binary10101010100001011010101011010110001000011011011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa8515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa8515; }

 p { color: rgb(170,133,21); }

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

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

 a { background-color: rgb(170,133,21); }

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

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

 span { border-color: rgb(170,133,21); }

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