#AA322A

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

Shades of Brown #AA322A

Tints of Brown #AA322A

Color information

#AA322A (or 0xAA322A) is unknown color: approx Brown. HEX triplet: AA, 32 and 2A. RGB value is (170,50,42). Sum of RGB (Red+Green+Blue) = 170+50+42=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA322A is #55CDD5. Grayscale: #555555. Windows color (decimal): -5623254 or 2765482. OLE color: 2765482.

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

Color convert

RGB1705042-
CMYK00.710.750.33
HSL3.75º60.38%41.57%-
HSV(B)3.75º75.29%66.67%-
XYZ18.1410.993.36-
YUV84.97103.76188.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.89%
GREEN value IS 50 (19.92% from 255) = 19.08%
BLUE value IS 42 (16.80% from 255) = 16.03%
R=64.89%
G=19.08%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170504200.710.750.333.7560.3841.57
HexAA322A0474B2143c2a
Octal252625201071134147452
Binary10101010110010101010010001111001011100001100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA322A; }

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

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

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

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

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

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

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

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