#AA5C54

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

Shades of Crail #AA5C54

Tints of Crail #AA5C54

Color information

#AA5C54 (or 0xAA5C54) is unknown color: approx Crail. HEX triplet: AA, 5C and 54. RGB value is (170,92,84). Sum of RGB (Red+Green+Blue) = 170+92+84=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C54 is #55A3AB. Grayscale: #727272. Windows color (decimal): -5612460 or 5528746. OLE color: 5528746.

HSL color Cylindrical-coordinate representation of color #AA5C54: hue angle of 5.58º 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 #AA5C54 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1709284-
CMYK00.460.510.33
HSL5.58º33.86%49.8%-
HSV(B)5.58º50.59%66.67%-
XYZ2216.8410.48-
YUV114.41110.84167.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=49.13%
G=26.59%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170928400.460.510.335.5833.8649.8
HexAA5C5402E332162232
Octal252134124056634164262
Binary10101010101110010101000101110110011100001110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C54; }

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

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

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

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

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

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

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

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