Html Css Color HEX #AA3220 Brown

📋 copy color: '#AA3220'

red 170 ◦ green 50 ◦ blue 32

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

Shades of Brown #AA3220

Tints of Brown #AA3220

RGB

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

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

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

R = 67.46%
G = 19.84%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA3220 (or 0xAA3220) is known color: Brown. HEX triplet: AA, 32 and 20. RGB value is (170,50,32). Sum of RGB (Red+Green+Blue) = 170+50+32=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3220 is #55CDDF. Grayscale: #545454. Windows color (decimal): -5623264 or 2110122. OLE color: 2110122.

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

Color convert

RGB 170 50 32 -
CMYK 0 0.71 0.81 0.33
HSL 7.83º 0.68% 0.4% -
HSV(B) 7.83º 0.81% 0.67% -
XYZ 17.98 10.93 2.53 -
YUV 83.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 170 50 32 0 0.71 0.81 0.33 7.83 0.68 0.4
Hex AA 32 20 0 47 51 21 8 44 28
Octal 252 62 40 0 107 121 41 10 104 50
Binary 10101010 110010 100000 0 1000111 1010001 100001 1000 1000100 101000

Color Harmonies of #AA3220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3220

Black with #AA3220

Text Example


Text Example

White with #AA3220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3220; }

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

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

background-color css

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

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

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

border-color css

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

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

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