#AA5E54

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

Shades of Crail #AA5E54

Tints of Crail #AA5E54

Color information

#AA5E54 (or 0xAA5E54) is unknown color: approx Crail. HEX triplet: AA, 5E and 54. RGB value is (170,94,84). Sum of RGB (Red+Green+Blue) = 170+94+84=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5E54 is #55A1AB. Grayscale: #737373. Windows color (decimal): -5611948 or 5529258. OLE color: 5529258.

HSL color Cylindrical-coordinate representation of color #AA5E54: hue angle of 6.98º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5E54 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1709484-
CMYK00.450.510.33
HSL6.98º33.86%49.8%-
HSV(B)6.98º50.59%66.67%-
XYZ22.1817.1910.54-
YUV115.58110.18166.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=48.85%
G=27.01%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170948400.450.510.336.9833.8649.8
HexAA5E5402D332172232
Octal252136124055634174262
Binary10101010101111010101000101101110011100001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5E54; }

 p { color: rgb(170,94,84); }

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

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

 a { background-color: rgb(170,94,84); }

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

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

 span { border-color: rgb(170,94,84); }

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