Html Css Color HEX #AA2E20 Brown

📋 copy color: '#AA2E20'

red 170 ◦ green 46 ◦ blue 32

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

Shades of Brown #AA2E20

Tints of Brown #AA2E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.55%

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 68.55%
G = 18.55%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA2E20 (or 0xAA2E20) is known color: Brown. HEX triplet: AA, 2E and 20. RGB value is (170,46,32). Sum of RGB (Red+Green+Blue) = 170+46+32=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E20 is #55D1DF. Grayscale: #515151. Windows color (decimal): -5624288 or 2109098. OLE color: 2109098.

HSL color Cylindrical-coordinate representation of color #AA2E20: hue angle of 6.09º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2E20 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 46 32 -
CMYK 0 0.73 0.81 0.33
HSL 6.09º 0.68% 0.4% -
HSV(B) 6.09º 0.81% 0.67% -
XYZ 17.82 10.6 2.47 -
YUV 81.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 170 46 32 0 0.73 0.81 0.33 6.09 0.68 0.4
Hex AA 2E 20 0 49 51 21 6 44 28
Octal 252 56 40 0 111 121 41 6 104 50
Binary 10101010 101110 100000 0 1001001 1010001 100001 110 1000100 101000

Color Harmonies of #AA2E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2E20

Black with #AA2E20

Text Example


Text Example

White with #AA2E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2E20; }

 p { color: rgb(170,46,32); }

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

background-color css

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

 a { background-color: rgb(170,46,32); }

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

border-color css

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

 span { border-color: rgb(170,46,32); }

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