Html Css Color HEX #AA5A11 Golden Brown

📋 copy color: '#AA5A11'

red 170 ◦ green 90 ◦ blue 17

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

Shades of Golden Brown #AA5A11

Tints of Golden Brown #AA5A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.14%

R = 61.37%
G = 32.49%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA5A11 (or 0xAA5A11) is known color: Golden Brown. HEX triplet: AA, 5A and 11. RGB value is (170,90,17). Sum of RGB (Red+Green+Blue) = 170+90+17=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A11 is #55A5EE. Grayscale: #696969. Windows color (decimal): -5613039 or 1137322. OLE color: 1137322.

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

Color convert

RGB 170 90 17 -
CMYK 0 0.47 0.9 0.33
HSL 28.63º 0.82% 0.37% -
HSV(B) 28.63º 0.9% 0.67% -
XYZ 20.33 15.9 2.53 -
YUV 105.6 78 173.94 -
System Red Green Blue C M Y K H S L
Decimal 170 90 17 0 0.47 0.9 0.33 28.63 0.82 0.37
Hex AA 5A 11 0 2F 5A 21 1D 52 25
Octal 252 132 21 0 57 132 41 35 122 45
Binary 10101010 1011010 10001 0 101111 1011010 100001 11101 1010010 100101

Color Harmonies of #AA5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A11

Black with #AA5A11

Text Example


Text Example

White with #AA5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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