#AE6054

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

Shades of Crail #AE6054

Tints of Crail #AE6054

Color information

#AE6054 (or 0xAE6054) is unknown color: approx Crail. HEX triplet: AE, 60 and 54. RGB value is (174,96,84). Sum of RGB (Red+Green+Blue) = 174+96+84=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6054 is #519FAB. Grayscale: #767676. Windows color (decimal): -5349292 or 5529774. OLE color: 5529774.

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

Color convert

RGB1749684-
CMYK00.450.520.32
HSL35.71%50.59%-
HSV(B)51.72%68.24%-
XYZ23.241810.64-
YUV117.95108.84167.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 84 (33.20% from 255) = 23.73%
R=49.15%
G=27.12%
B=23.73%

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
Decimal174968400.450.520.32835.7150.59
HexAE605402D342082433
Octal2561401240556440104463
Binary101011101100000101010001011011101001000001000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6054; }

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

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

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

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

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

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

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

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