#AE2E23

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

Shades of Brown #AE2E23

Tints of Brown #AE2E23

Color information

#AE2E23 (or 0xAE2E23) is unknown color: approx Brown. HEX triplet: AE, 2E and 23. RGB value is (174,46,35). Sum of RGB (Red+Green+Blue) = 174+46+35=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2E23 is #51D1DC. Grayscale: #535353. Windows color (decimal): -5362141 or 2305710. OLE color: 2305710.

HSL color Cylindrical-coordinate representation of color #AE2E23: hue angle of 4.75º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2E23 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB1744635-
CMYK00.740.800.32
HSL4.75º66.51%40.98%-
HSV(B)4.75º79.89%68.24%-
XYZ18.7411.072.74-
YUV83.02100.91192.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.24%
GREEN value IS 46 (18.36% from 255) = 18.04%
BLUE value IS 35 (14.06% from 255) = 13.73%
R=68.24%
G=18.04%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174463500.740.800.324.7566.5140.98
HexAE2E2304A502054329
Octal2565643011212040510351
Binary101011101011101000110100101010100001000001011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2E23; }

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

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

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

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

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

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

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

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