#ae5b4b

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

Shades of Crail #AE5B4B

Tints of Crail #AE5B4B

Color information

#AE5B4B (or 0xAE5B4B) is unknown color: approx Crail. HEX triplet: AE, 5B and 4B. RGB value is (174,91,75). Sum of RGB (Red+Green+Blue) = 174+91+75=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5B4B is #51A4B4. Grayscale: #727272. Windows color (decimal): -5350581 or 4938670. OLE color: 4938670.

HSL color Cylindrical-coordinate representation of color #AE5B4B: hue angle of 9.7º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE5B4B is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB1749175-
CMYK00.480.570.32
HSL9.7º39.76%48.82%-
HSV(B)9.7º56.9%68.24%-
XYZ22.4716.998.75-
YUV113.99106170.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=51.18%
G=26.76%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174917500.480.570.329.739.7648.82
HexAE5B4B0303920a2831
Octal2561331130607140125061
Binary101011101011011100101101100001110011000001010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5b4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5b4b; }

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

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

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

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

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

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

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

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