Html Css Color HEX #AA2B21 Brown

📋 copy color: '#AA2B21'

red 170 ◦ green 43 ◦ blue 33

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

Shades of Brown #AA2B21

Tints of Brown #AA2B21

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

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

R = 69.11%
G = 17.48%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA2B21 (or 0xAA2B21) is known color: Brown. HEX triplet: AA, 2B and 21. RGB value is (170,43,33). Sum of RGB (Red+Green+Blue) = 170+43+33=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2B21 is #55D4DE. Grayscale: #505050. Windows color (decimal): -5625055 or 2173866. OLE color: 2173866.

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

Color convert

RGB 170 43 33 -
CMYK 0 0.75 0.81 0.33
HSL 4.38º 0.67% 0.4% -
HSV(B) 4.38º 0.81% 0.67% -
XYZ 17.72 10.38 2.51 -
YUV 79.83 101.58 192.31 -
System Red Green Blue C M Y K H S L
Decimal 170 43 33 0 0.75 0.81 0.33 4.38 0.67 0.4
Hex AA 2B 21 0 4B 51 21 4 43 28
Octal 252 53 41 0 113 121 41 4 103 50
Binary 10101010 101011 100001 0 1001011 1010001 100001 100 1000011 101000

Color Harmonies of #AA2B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2B21

Black with #AA2B21

Text Example


Text Example

White with #AA2B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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