#AE5B47

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

Shades of Crail #AE5B47

Tints of Crail #AE5B47

Color information

#AE5B47 (or 0xAE5B47) is unknown color: approx Crail. HEX triplet: AE, 5B and 47. RGB value is (174,91,71). Sum of RGB (Red+Green+Blue) = 174+91+71=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5B47 is #51A4B8. Grayscale: #717171. Windows color (decimal): -5350585 or 4676526. OLE color: 4676526.

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

Color convert

RGB1749171-
CMYK00.480.590.32
HSL11.65º42.04%48.04%-
HSV(B)11.65º59.2%68.24%-
XYZ22.3316.948.05-
YUV113.54104171.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.79%
GREEN value IS 91 (35.94% from 255) = 27.08%
BLUE value IS 71 (28.12% from 255) = 21.13%
R=51.79%
G=27.08%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174917100.480.590.3211.6542.0448.04
HexAE5B470303B20c2a30
Octal2561331070607340145260
Binary101011101011011100011101100001110111000001100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5B47; }

 p { color: rgb(174,91,71); }

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

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

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

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

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

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

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