Html Css Color HEX #AA5A09 Golden Brown

📋 copy color: '#AA5A09'

red 170 ◦ green 90 ◦ blue 9

#AA5A09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AA5A09

Tints of Golden Brown #AA5A09

RGB

 RED value IS 170 (66.8% from 255) = 63.2%

 GREEN value IS 90 (35.55% from 255) = 33.46%

 BLUE value IS 9 (3.91% from 255) = 3.35%

R = 63.2%
G = 33.46%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA5A09 (or 0xAA5A09) is known color: Golden Brown. HEX triplet: AA, 5A and 09. RGB value is (170,90,9). Sum of RGB (Red+Green+Blue) = 170+90+9=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A09 is #55A5F6. Grayscale: #696969. Windows color (decimal): -5613047 or 613034. OLE color: 613034.

HSL color Cylindrical-coordinate representation of color #AA5A09: hue angle of 30.19º 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 #AA5A09 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 90 9 -
CMYK 0 0.47 0.95 0.33
HSL 30.19º 0.9% 0.35% -
HSV(B) 30.19º 0.95% 0.67% -
XYZ 20.28 15.88 2.25 -
YUV 104.69 74 174.59 -
System Red Green Blue C M Y K H S L
Decimal 170 90 9 0 0.47 0.95 0.33 30.19 0.9 0.35
Hex AA 5A 9 0 2F 5F 21 1E 5A 23
Octal 252 132 11 0 57 137 41 36 132 43
Binary 10101010 1011010 1001 0 101111 1011111 100001 11110 1011010 100011

Color Harmonies of #AA5A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A09

Black with #AA5A09

Text Example


Text Example

White with #AA5A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A09; }

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

 H1.HeaderClassName
 {
   color: #AA5A09;
 }
 .AnyTagClassName
 {
   color: #AA5A09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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