Html Css Color HEX #AA2E21 Brown

📋 copy color: '#AA2E21'

red 170 ◦ green 46 ◦ blue 33

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

Shades of Brown #AA2E21

Tints of Brown #AA2E21

RGB

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

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

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

R = 68.27%
G = 18.47%
B = 13.25%

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

#AA2E21 (or 0xAA2E21) is known color: Brown. HEX triplet: AA, 2E and 21. RGB value is (170,46,33). Sum of RGB (Red+Green+Blue) = 170+46+33=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E21 is #55D1DE. Grayscale: #515151. Windows color (decimal): -5624287 or 2174634. OLE color: 2174634.

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

Color convert

RGB 170 46 33 -
CMYK 0 0.73 0.81 0.33
HSL 5.69º 0.67% 0.4% -
HSV(B) 5.69º 0.81% 0.67% -
XYZ 17.83 10.61 2.55 -
YUV 81.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 170 46 33 0 0.73 0.81 0.33 5.69 0.67 0.4
Hex AA 2E 21 0 49 51 21 6 43 28
Octal 252 56 41 0 111 121 41 6 103 50
Binary 10101010 101110 100001 0 1001001 1010001 100001 110 1000011 101000

Color Harmonies of #AA2E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2E21

Black with #AA2E21

Text Example


Text Example

White with #AA2E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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