Html Css Color HEX #AA3222 Brown

📋 copy color: '#AA3222'

red 170 ◦ green 50 ◦ blue 34

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

Shades of Brown #AA3222

Tints of Brown #AA3222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.39%

R = 66.93%
G = 19.69%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA3222 (or 0xAA3222) is known color: Brown. HEX triplet: AA, 32 and 22. RGB value is (170,50,34). Sum of RGB (Red+Green+Blue) = 170+50+34=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3222 is #55CDDD. Grayscale: #545454. Windows color (decimal): -5623262 or 2241194. OLE color: 2241194.

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

Color convert

RGB 170 50 34 -
CMYK 0 0.71 0.80 0.33
HSL 7.06º 0.67% 0.4% -
HSV(B) 7.06º 0.8% 0.67% -
XYZ 18.01 10.94 2.68 -
YUV 84.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 170 50 34 0 0.71 0.80 0.33 7.06 0.67 0.4
Hex AA 32 22 0 47 50 21 7 43 28
Octal 252 62 42 0 107 120 41 7 103 50
Binary 10101010 110010 100010 0 1000111 1010000 100001 111 1000011 101000

Color Harmonies of #AA3222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3222

Black with #AA3222

Text Example


Text Example

White with #AA3222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3222; }

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

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

background-color css

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

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

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

border-color css

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

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

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