#AA311F

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

Shades of Brown #AA311F

Tints of Brown #AA311F

Color information

#AA311F (or 0xAA311F) is unknown color: approx Brown. HEX triplet: AA, 31 and 1F. RGB value is (170,49,31). Sum of RGB (Red+Green+Blue) = 170+49+31=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA311F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA311F is #55CEE0. Grayscale: #535353. Windows color (decimal): -5623521 or 2044330. OLE color: 2044330.

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

Color convert

RGB1704931-
CMYK00.710.820.33
HSL7.77º69.15%39.41%-
HSV(B)7.77º81.76%66.67%-
XYZ17.9210.842.44-
YUV83.1398.59189.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 31 (12.5% from 255) = 12.4%
R=68%
G=19.6%
B=12.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170493100.710.820.337.7769.1539.41
HexAA311F047522184527
Octal25261370107122411010547
Binary101010101100011111101000111101001010000110001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA311F; }

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

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

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

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

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

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

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

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