Html Css Color HEX #AA2C21 Brown

📋 copy color: '#AA2C21'

red 170 ◦ green 44 ◦ blue 33

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

Shades of Brown #AA2C21

Tints of Brown #AA2C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.36%

R = 68.83%
G = 17.81%
B = 13.36%

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

#AA2C21 (or 0xAA2C21) is known color: Brown. HEX triplet: AA, 2C and 21. RGB value is (170,44,33). Sum of RGB (Red+Green+Blue) = 170+44+33=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2C21 is #55D3DE. Grayscale: #505050. Windows color (decimal): -5624799 or 2174122. OLE color: 2174122.

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

Color convert

RGB 170 44 33 -
CMYK 0 0.74 0.81 0.33
HSL 4.82º 0.67% 0.4% -
HSV(B) 4.82º 0.81% 0.67% -
XYZ 17.75 10.46 2.52 -
YUV 80.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 170 44 33 0 0.74 0.81 0.33 4.82 0.67 0.4
Hex AA 2C 21 0 4A 51 21 5 43 28
Octal 252 54 41 0 112 121 41 5 103 50
Binary 10101010 101100 100001 0 1001010 1010001 100001 101 1000011 101000

Color Harmonies of #AA2C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2C21

Black with #AA2C21

Text Example


Text Example

White with #AA2C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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