Html Css Color HEX #AA5E09 Golden Brown

📋 copy color: '#AA5E09'

red 170 ◦ green 94 ◦ blue 9

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

Shades of Golden Brown #AA5E09

Tints of Golden Brown #AA5E09

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

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

R = 62.27%
G = 34.43%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA5E09 (or 0xAA5E09) is known color: Golden Brown. HEX triplet: AA, 5E and 09. RGB value is (170,94,9). Sum of RGB (Red+Green+Blue) = 170+94+9=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E09 is #55A1F6. Grayscale: #6B6B6B. Windows color (decimal): -5612023 or 614058. OLE color: 614058.

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

Color convert

RGB 170 94 9 -
CMYK 0 0.45 0.95 0.33
HSL 31.68º 0.9% 0.35% -
HSV(B) 31.68º 0.95% 0.67% -
XYZ 20.63 16.57 2.37 -
YUV 107.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 170 94 9 0 0.45 0.95 0.33 31.68 0.9 0.35
Hex AA 5E 9 0 2D 5F 21 20 5A 23
Octal 252 136 11 0 55 137 41 40 132 43
Binary 10101010 1011110 1001 0 101101 1011111 100001 100000 1011010 100011

Color Harmonies of #AA5E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E09

Black with #AA5E09

Text Example


Text Example

White with #AA5E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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