#AE2E27

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

Shades of Brown #AE2E27

Tints of Brown #AE2E27

Color information

#AE2E27 (or 0xAE2E27) is unknown color: approx Brown. HEX triplet: AE, 2E and 27. RGB value is (174,46,39). Sum of RGB (Red+Green+Blue) = 174+46+39=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2E27 is #51D1D8. Grayscale: #535353. Windows color (decimal): -5362137 or 2567854. OLE color: 2567854.

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

Color convert

RGB1744639-
CMYK00.740.780.32
HSL3.11º63.38%41.76%-
HSV(B)3.11º77.59%68.24%-
XYZ18.811.13.07-
YUV83.47102.91192.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.18%
GREEN value IS 46 (18.36% from 255) = 17.76%
BLUE value IS 39 (15.62% from 255) = 15.06%
R=67.18%
G=17.76%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174463900.740.780.323.1163.3841.76
HexAE2E2704A4E2033f2a
Octal256564701121164037752
Binary1010111010111010011101001010100111010000011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2E27; }

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

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

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

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

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

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

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

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