#AA311B

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

Shades of Brown #AA311B

Tints of Brown #AA311B

Color information

#AA311B (or 0xAA311B) is unknown color: approx Brown. HEX triplet: AA, 31 and 1B. RGB value is (170,49,27). Sum of RGB (Red+Green+Blue) = 170+49+27=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA311B is #55CEE4. Grayscale: #525252. Windows color (decimal): -5623525 or 1782186. OLE color: 1782186.

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

Color convert

RGB1704927-
CMYK00.710.840.33
HSL9.23º72.59%38.63%-
HSV(B)9.23º84.12%66.67%-
XYZ17.8710.822.18-
YUV82.6796.59190.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.11%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 27 (10.94% from 255) = 10.98%
R=69.11%
G=19.92%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170492700.710.840.339.2372.5938.63
HexAA311B047542194927
Octal25261330107124411111147
Binary101010101100011101101000111101010010000110011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA311B; }

 p { color: rgb(170,49,27); }

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

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

 a { background-color: rgb(170,49,27); }

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

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

 span { border-color: rgb(170,49,27); }

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