Html Css Color HEX #AA3224 Brown

📋 copy color: '#AA3224'

red 170 ◦ green 50 ◦ blue 36

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

Shades of Brown #AA3224

Tints of Brown #AA3224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

 BLUE value IS 36 (14.45% from 255) = 14.06%

R = 66.41%
G = 19.53%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA3224 (or 0xAA3224) is known color: Brown. HEX triplet: AA, 32 and 24. RGB value is (170,50,36). Sum of RGB (Red+Green+Blue) = 170+50+36=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3224 is #55CDDB. Grayscale: #545454. Windows color (decimal): -5623260 or 2372266. OLE color: 2372266.

HSL color Cylindrical-coordinate representation of color #AA3224: hue angle of 6.27º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA3224 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 50 36 -
CMYK 0 0.71 0.79 0.33
HSL 6.27º 0.65% 0.4% -
HSV(B) 6.27º 0.79% 0.67% -
XYZ 18.04 10.95 2.83 -
YUV 84.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 170 50 36 0 0.71 0.79 0.33 6.27 0.65 0.4
Hex AA 32 24 0 47 4F 21 6 41 28
Octal 252 62 44 0 107 117 41 6 101 50
Binary 10101010 110010 100100 0 1000111 1001111 100001 110 1000001 101000

Color Harmonies of #AA3224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3224

Black with #AA3224

Text Example


Text Example

White with #AA3224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3224; }

 p { color: rgb(170,50,36); }

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

background-color css

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

 a { background-color: rgb(170,50,36); }

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

border-color css

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

 span { border-color: rgb(170,50,36); }

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