Html Css Color HEX #AA5E11 Golden Brown

📋 copy color: '#AA5E11'

red 170 ◦ green 94 ◦ blue 17

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

Shades of Golden Brown #AA5E11

Tints of Golden Brown #AA5E11

RGB

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

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

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

R = 60.5%
G = 33.45%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA5E11 (or 0xAA5E11) is known color: Golden Brown. HEX triplet: AA, 5E and 11. RGB value is (170,94,17). Sum of RGB (Red+Green+Blue) = 170+94+17=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E11 is #55A1EE. Grayscale: #6C6C6C. Windows color (decimal): -5612015 or 1138346. OLE color: 1138346.

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

Color convert

RGB 170 94 17 -
CMYK 0 0.45 0.9 0.33
HSL 30.2º 0.82% 0.37% -
HSV(B) 30.2º 0.9% 0.67% -
XYZ 20.68 16.59 2.64 -
YUV 107.95 76.68 172.26 -
System Red Green Blue C M Y K H S L
Decimal 170 94 17 0 0.45 0.9 0.33 30.2 0.82 0.37
Hex AA 5E 11 0 2D 5A 21 1E 52 25
Octal 252 136 21 0 55 132 41 36 122 45
Binary 10101010 1011110 10001 0 101101 1011010 100001 11110 1010010 100101

Color Harmonies of #AA5E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E11

Black with #AA5E11

Text Example


Text Example

White with #AA5E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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