#AE5748

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

Shades of Crail #AE5748

Tints of Crail #AE5748

Color information

#AE5748 (or 0xAE5748) is unknown color: approx Crail. HEX triplet: AE, 57 and 48. RGB value is (174,87,72). Sum of RGB (Red+Green+Blue) = 174+87+72=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5748 is #51A8B7. Grayscale: #6F6F6F. Windows color (decimal): -5351608 or 4741038. OLE color: 4741038.

HSL color Cylindrical-coordinate representation of color #AE5748: hue angle of 8.82º 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 #AE5748 is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB1748772-
CMYK00.50.590.32
HSL8.82º41.46%48.24%-
HSV(B)8.82º58.62%68.24%-
XYZ22.0316.288.11-
YUV111.3105.82172.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.25%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=52.25%
G=26.13%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174877200.50.590.328.8241.4648.24
HexAE57480323B2092930
Octal2561271100627340115160
Binary101011101010111100100001100101110111000001001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5748; }

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

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

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

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

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

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

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

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