Html Css Color HEX #AA2F20 Brown

📋 copy color: '#AA2F20'

red 170 ◦ green 47 ◦ blue 32

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

Shades of Brown #AA2F20

Tints of Brown #AA2F20

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.88%

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

R = 68.27%
G = 18.88%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA2F20 (or 0xAA2F20) is known color: Brown. HEX triplet: AA, 2F and 20. RGB value is (170,47,32). Sum of RGB (Red+Green+Blue) = 170+47+32=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2F20 is #55D0DF. Grayscale: #525252. Windows color (decimal): -5624032 or 2109354. OLE color: 2109354.

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

Color convert

RGB 170 47 32 -
CMYK 0 0.72 0.81 0.33
HSL 6.52º 0.68% 0.4% -
HSV(B) 6.52º 0.81% 0.67% -
XYZ 17.85 10.68 2.49 -
YUV 82.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 170 47 32 0 0.72 0.81 0.33 6.52 0.68 0.4
Hex AA 2F 20 0 48 51 21 7 44 28
Octal 252 57 40 0 110 121 41 7 104 50
Binary 10101010 101111 100000 0 1001000 1010001 100001 111 1000100 101000

Color Harmonies of #AA2F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2F20

Black with #AA2F20

Text Example


Text Example

White with #AA2F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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