#AA342C

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

Shades of Brown #AA342C

Tints of Brown #AA342C

Color information

#AA342C (or 0xAA342C) is unknown color: approx Brown. HEX triplet: AA, 34 and 2C. RGB value is (170,52,44). Sum of RGB (Red+Green+Blue) = 170+52+44=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA342C is #55CBD3. Grayscale: #565656. Windows color (decimal): -5622740 or 2897066. OLE color: 2897066.

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

Color convert

RGB1705244-
CMYK00.690.740.33
HSL3.81º58.88%41.96%-
HSV(B)3.81º74.12%66.67%-
XYZ18.2611.183.58-
YUV86.37104.09187.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.91%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=63.91%
G=19.55%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170524400.690.740.333.8158.8841.96
HexAA342C0454A2143b2a
Octal252645401051124147352
Binary10101010110100101100010001011001010100001100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA342C; }

 p { color: rgb(170,52,44); }

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

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

 a { background-color: rgb(170,52,44); }

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

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

 span { border-color: rgb(170,52,44); }

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