#AE5644

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

Shades of Crail #AE5644

Tints of Crail #AE5644

Color information

#AE5644 (or 0xAE5644) is unknown color: approx Crail. HEX triplet: AE, 56 and 44. RGB value is (174,86,68). Sum of RGB (Red+Green+Blue) = 174+86+68=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5644 is #51A9BB. Grayscale: #6E6E6E. Windows color (decimal): -5351868 or 4478638. OLE color: 4478638.

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

Color convert

RGB1748668-
CMYK00.510.610.32
HSL10.19º43.8%47.45%-
HSV(B)10.19º60.92%68.24%-
XYZ21.8316.077.42-
YUV110.26104.15173.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 68 (26.95% from 255) = 20.73%
R=53.05%
G=26.22%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174866800.510.610.3210.1943.847.45
HexAE56440333D20a2c2f
Octal2561261040637540125457
Binary101011101010110100010001100111111011000001010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5644; }

 p { color: rgb(174,86,68); }

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

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

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

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

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

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

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