#AE2C28

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

Shades of Brown #AE2C28

Tints of Brown #AE2C28

Color information

#AE2C28 (or 0xAE2C28) is unknown color: approx Brown. HEX triplet: AE, 2C and 28. RGB value is (174,44,40). Sum of RGB (Red+Green+Blue) = 174+44+40=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C28 is #51D3D7. Grayscale: #525252. Windows color (decimal): -5362648 or 2632878. OLE color: 2632878.

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

Color convert

RGB1744440-
CMYK00.750.770.32
HSL1.79º62.62%41.96%-
HSV(B)1.79º77.01%68.24%-
XYZ18.7410.953.13-
YUV82.41104.07193.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.44%
GREEN value IS 44 (17.58% from 255) = 17.05%
BLUE value IS 40 (16.02% from 255) = 15.50%
R=67.44%
G=17.05%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174444000.750.770.321.7962.6241.96
HexAE2C2804B4D2023f2a
Octal256545001131154027752
Binary1010111010110010100001001011100110110000010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2C28; }

 p { color: rgb(174,44,40); }

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

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

 a { background-color: rgb(174,44,40); }

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

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

 span { border-color: rgb(174,44,40); }

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