Html Css Color HEX #AA2C20 Brown

📋 copy color: '#AA2C20'

red 170 ◦ green 44 ◦ blue 32

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

Shades of Brown #AA2C20

Tints of Brown #AA2C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.89%

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

R = 69.11%
G = 17.89%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA2C20 (or 0xAA2C20) is known color: Brown. HEX triplet: AA, 2C and 20. RGB value is (170,44,32). Sum of RGB (Red+Green+Blue) = 170+44+32=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2C20 is #55D3DF. Grayscale: #505050. Windows color (decimal): -5624800 or 2108586. OLE color: 2108586.

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

Color convert

RGB 170 44 32 -
CMYK 0 0.74 0.81 0.33
HSL 5.22º 0.68% 0.4% -
HSV(B) 5.22º 0.81% 0.67% -
XYZ 17.74 10.45 2.45 -
YUV 80.31 100.74 191.98 -
System Red Green Blue C M Y K H S L
Decimal 170 44 32 0 0.74 0.81 0.33 5.22 0.68 0.4
Hex AA 2C 20 0 4A 51 21 5 44 28
Octal 252 54 40 0 112 121 41 5 104 50
Binary 10101010 101100 100000 0 1001010 1010001 100001 101 1000100 101000

Color Harmonies of #AA2C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2C20

Black with #AA2C20

Text Example


Text Example

White with #AA2C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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