Html Css Color HEX #AA5E16 Golden Brown

📋 copy color: '#AA5E16'

red 170 ◦ green 94 ◦ blue 22

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

Shades of Golden Brown #AA5E16

Tints of Golden Brown #AA5E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.69%

R = 59.44%
G = 32.87%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA5E16 (or 0xAA5E16) is known color: Golden Brown. HEX triplet: AA, 5E and 16. RGB value is (170,94,22). Sum of RGB (Red+Green+Blue) = 170+94+22=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E16 is #55A1E9. Grayscale: #6C6C6C. Windows color (decimal): -5612010 or 1466026. OLE color: 1466026.

HSL color Cylindrical-coordinate representation of color #AA5E16: hue angle of 29.19º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA5E16 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 94 22 -
CMYK 0 0.45 0.87 0.33
HSL 29.19º 0.77% 0.38% -
HSV(B) 29.19º 0.87% 0.67% -
XYZ 20.73 16.61 2.87 -
YUV 108.52 79.18 171.85 -
System Red Green Blue C M Y K H S L
Decimal 170 94 22 0 0.45 0.87 0.33 29.19 0.77 0.38
Hex AA 5E 16 0 2D 57 21 1D 4D 26
Octal 252 136 26 0 55 127 41 35 115 46
Binary 10101010 1011110 10110 0 101101 1010111 100001 11101 1001101 100110

Color Harmonies of #AA5E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E16

Black with #AA5E16

Text Example


Text Example

White with #AA5E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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