#AA3521

Color #AA3521 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #AA3521

Tints of Brown #AA3521

Color information

#AA3521 (or 0xAA3521) is unknown color: approx Brown. HEX triplet: AA, 35 and 21. RGB value is (170,53,33). Sum of RGB (Red+Green+Blue) = 170+53+33=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3521 is #55CADE. Grayscale: #555555. Windows color (decimal): -5622495 or 2176426. OLE color: 2176426.

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

Color convert

RGB1705333-
CMYK00.690.810.33
HSL8.76º67.49%39.8%-
HSV(B)8.76º80.59%66.67%-
XYZ18.1311.22.65-
YUV85.798.26188.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.41%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 33 (13.28% from 255) = 12.89%
R=66.41%
G=20.70%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170533300.690.810.338.7667.4939.8
HexAA3521045512194328
Octal25265410105121411110350
Binary1010101011010110000101000101101000110000110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3521; }

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

 H1.HeaderClassName
 {
   color: #AA3521;
 }
 .AnyTagClassName
 {
   color: #AA3521;
 }
</style>
background-color css

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

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

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

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

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

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