#AE4846

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

Shades of Chestnut #AE4846

Tints of Chestnut #AE4846

Color information

#AE4846 (or 0xAE4846) is unknown color: approx Chestnut. HEX triplet: AE, 48 and 46. RGB value is (174,72,70). Sum of RGB (Red+Green+Blue) = 174+72+70=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4846 is #51B7B9. Grayscale: #666666. Windows color (decimal): -5355450 or 4606126. OLE color: 4606126.

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

Color convert

RGB1747270-
CMYK00.590.600.32
HSL1.15º42.62%47.84%-
HSV(B)1.15º59.77%68.24%-
XYZ20.8814.087.41-
YUV102.27109.79179.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.06%
GREEN value IS 72 (28.52% from 255) = 22.78%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=55.06%
G=22.78%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174727000.590.600.321.1542.6247.84
HexAE484603B3C2012b30
Octal256110106073744015360
Binary101011101001000100011001110111111001000001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4846; }

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

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

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

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

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

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

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

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