#AE312E

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

Shades of Brown #AE312E

Tints of Brown #AE312E

Color information

#AE312E (or 0xAE312E) is unknown color: approx Brown. HEX triplet: AE, 31 and 2E. RGB value is (174,49,46). Sum of RGB (Red+Green+Blue) = 174+49+46=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE312E is #51CED1. Grayscale: #565656. Windows color (decimal): -5361362 or 3027374. OLE color: 3027374.

HSL color Cylindrical-coordinate representation of color #AE312E: hue angle of 1.41º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE312E is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB1744946-
CMYK00.720.740.32
HSL1.41º58.18%43.14%-
HSV(B)1.41º73.56%68.24%-
XYZ19.0511.393.78-
YUV86.03105.41190.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.68%
GREEN value IS 49 (19.53% from 255) = 18.22%
BLUE value IS 46 (18.36% from 255) = 17.10%
R=64.68%
G=18.22%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174494600.720.740.321.4158.1843.14
HexAE312E0484A2013a2b
Octal256615601101124017253
Binary101011101100011011100100100010010101000001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE312E; }

 p { color: rgb(174,49,46); }

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

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

 a { background-color: rgb(174,49,46); }

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

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

 span { border-color: rgb(174,49,46); }

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