#AA312A

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

Shades of Brown #AA312A

Tints of Brown #AA312A

Color information

#AA312A (or 0xAA312A) is unknown color: approx Brown. HEX triplet: AA, 31 and 2A. RGB value is (170,49,42). Sum of RGB (Red+Green+Blue) = 170+49+42=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA312A is #55CED5. Grayscale: #545454. Windows color (decimal): -5623510 or 2765226. OLE color: 2765226.

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

Color convert

RGB1704942-
CMYK00.710.750.33
HSL3.28º60.38%41.57%-
HSV(B)3.28º75.29%66.67%-
XYZ18.0910.913.34-
YUV84.38104.09189.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.13%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=65.13%
G=18.77%
B=16.09%

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
Decimal170494200.710.750.333.2860.3841.57
HexAA312A0474B2133c2a
Octal252615201071134137452
Binary1010101011000110101001000111100101110000111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA312A; }

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

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

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

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

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

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

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

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