#AE4848

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

Shades of Chestnut #AE4848

Tints of Chestnut #AE4848

Color information

#AE4848 (or 0xAE4848) is unknown color: approx Chestnut. HEX triplet: AE, 48 and 48. RGB value is (174,72,72). Sum of RGB (Red+Green+Blue) = 174+72+72=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4848 is #51B7B7. Grayscale: #666666. Windows color (decimal): -5355448 or 4737198. OLE color: 4737198.

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

Color convert

RGB1747272-
CMYK00.590.590.32
HSL41.46%48.24%-
HSV(B)58.62%68.24%-
XYZ20.9414.17.75-
YUV102.5110.79179-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 72 (28.52% from 255) = 22.64%
BLUE value IS 72 (28.52% from 255) = 22.64%
R=54.72%
G=22.64%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174727200.590.590.32041.4648.24
HexAE484803B3B2002930
Octal256110110073734005160
Binary101011101001000100100001110111110111000000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4848; }

 p { color: rgb(174,72,72); }

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

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

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

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

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

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

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