Html Css Color HEX #AA3321 Brown

📋 copy color: '#AA3321'

red 170 ◦ green 51 ◦ blue 33

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

Shades of Brown #AA3321

Tints of Brown #AA3321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.08%

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

R = 66.93%
G = 20.08%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA3321 (or 0xAA3321) is known color: Brown. HEX triplet: AA, 33 and 21. RGB value is (170,51,33). Sum of RGB (Red+Green+Blue) = 170+51+33=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3321 is #55CCDE. Grayscale: #545454. Windows color (decimal): -5623007 or 2175914. OLE color: 2175914.

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

Color convert

RGB 170 51 33 -
CMYK 0 0.7 0.81 0.33
HSL 7.88º 0.67% 0.4% -
HSV(B) 7.88º 0.81% 0.67% -
XYZ 18.04 11.02 2.62 -
YUV 84.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 170 51 33 0 0.7 0.81 0.33 7.88 0.67 0.4
Hex AA 33 21 0 46 51 21 8 43 28
Octal 252 63 41 0 106 121 41 10 103 50
Binary 10101010 110011 100001 0 1000110 1010001 100001 1000 1000011 101000

Color Harmonies of #AA3321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3321

Black with #AA3321

Text Example


Text Example

White with #AA3321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3321; }

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

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

background-color css

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

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

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

border-color css

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

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

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