#AA362A

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

Shades of Brown #AA362A

Tints of Brown #AA362A

Color information

#AA362A (or 0xAA362A) is unknown color: approx Brown. HEX triplet: AA, 36 and 2A. RGB value is (170,54,42). Sum of RGB (Red+Green+Blue) = 170+54+42=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA362A is #55C9D5. Grayscale: #575757. Windows color (decimal): -5622230 or 2766506. OLE color: 2766506.

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

Color convert

RGB1705442-
CMYK00.680.750.33
HSL5.62º60.38%41.57%-
HSV(B)5.62º75.29%66.67%-
XYZ18.3111.353.42-
YUV87.32102.43186.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.91%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=63.91%
G=20.30%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170544200.680.750.335.6260.3841.57
HexAA362A0444B2163c2a
Octal252665201041134167452
Binary10101010110110101010010001001001011100001110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA362A; }

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

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

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

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

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

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

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

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