#AE6053

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

Shades of Crail #AE6053

Tints of Crail #AE6053

Color information

#AE6053 (or 0xAE6053) is unknown color: approx Crail. HEX triplet: AE, 60 and 53. RGB value is (174,96,83). Sum of RGB (Red+Green+Blue) = 174+96+83=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6053 is #519FAC. Grayscale: #757575. Windows color (decimal): -5349293 or 5464238. OLE color: 5464238.

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

Color convert

RGB1749683-
CMYK00.450.520.32
HSL8.57º35.97%50.39%-
HSV(B)8.57º52.3%68.24%-
XYZ23.217.9910.43-
YUV117.84108.34168.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 83 (32.81% from 255) = 23.51%
R=49.29%
G=27.20%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174968300.450.520.328.5735.9750.39
HexAE605302D342092432
Octal2561401230556440114462
Binary101011101100000101001101011011101001000001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6053; }

 p { color: rgb(174,96,83); }

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

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

 a { background-color: rgb(174,96,83); }

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

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

 span { border-color: rgb(174,96,83); }

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