#AE5642

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

Shades of Crail #AE5642

Tints of Crail #AE5642

Color information

#AE5642 (or 0xAE5642) is unknown color: approx Crail. HEX triplet: AE, 56 and 42. RGB value is (174,86,66). Sum of RGB (Red+Green+Blue) = 174+86+66=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5642 is #51A9BD. Grayscale: #6E6E6E. Windows color (decimal): -5351870 or 4347566. OLE color: 4347566.

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

Color convert

RGB1748666-
CMYK00.510.620.32
HSL11.11º45%47.06%-
HSV(B)11.11º62.07%68.24%-
XYZ21.7716.057.1-
YUV110.03103.15173.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.37%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 66 (26.17% from 255) = 20.25%
R=53.37%
G=26.38%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174866600.510.620.3211.114547.06
HexAE56420333E20b2d2f
Octal2561261020637640135557
Binary101011101010110100001001100111111101000001011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5642; }

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

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

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

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

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

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

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

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