#AA5F09

Color #AA5F09 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AA5F09

Tints of Golden Brown #AA5F09

Color information

#AA5F09 (or 0xAA5F09) is unknown color: approx Golden Brown. HEX triplet: AA, 5F and 09. RGB value is (170,95,9). Sum of RGB (Red+Green+Blue) = 170+95+9=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5F09 is #55A0F6. Grayscale: #6C6C6C. Windows color (decimal): -5611767 or 614314. OLE color: 614314.

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

Color convert

RGB170959-
CMYK00.440.950.33
HSL32.05º89.94%35.1%-
HSV(B)32.05º94.71%66.67%-
XYZ20.7216.752.4-
YUV107.6272.35172.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.04%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 9 (3.91% from 255) = 3.28%
R=62.04%
G=34.67%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17095900.440.950.3332.0589.9435.1
HexAA5F902C5F21205a23
Octal25213711054137414013243
Binary1010101010111111001010110010111111000011000001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F09; }

 p { color: rgb(170,95,9); }

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

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

 a { background-color: rgb(170,95,9); }

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

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

 span { border-color: rgb(170,95,9); }

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