#AE594B

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

Shades of Crail #AE594B

Tints of Crail #AE594B

Color information

#AE594B (or 0xAE594B) is unknown color: approx Crail. HEX triplet: AE, 59 and 4B. RGB value is (174,89,75). Sum of RGB (Red+Green+Blue) = 174+89+75=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE594B is #51A6B4. Grayscale: #707070. Windows color (decimal): -5351093 or 4938158. OLE color: 4938158.

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

Color convert

RGB1748975-
CMYK00.490.570.32
HSL8.48º39.76%48.82%-
HSV(B)8.48º56.9%68.24%-
XYZ22.316.658.7-
YUV112.82106.66171.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.48%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=51.48%
G=26.33%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174897500.490.570.328.4839.7648.82
HexAE594B031392082831
Octal2561311130617140105061
Binary101011101011001100101101100011110011000001000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE594B; }

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

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

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

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

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

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

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

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