#AA5E51

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

Shades of Crail #AA5E51

Tints of Crail #AA5E51

Color information

#AA5E51 (or 0xAA5E51) is unknown color: approx Crail. HEX triplet: AA, 5E and 51. RGB value is (170,94,81). Sum of RGB (Red+Green+Blue) = 170+94+81=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5E51 is #55A1AE. Grayscale: #737373. Windows color (decimal): -5611951 or 5332650. OLE color: 5332650.

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

Color convert

RGB1709481-
CMYK00.450.520.33
HSL8.76º35.46%49.22%-
HSV(B)8.76º52.35%66.67%-
XYZ22.0717.159.93-
YUV115.24108.68167.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=49.28%
G=27.25%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170948100.450.520.338.7635.4649.22
HexAA5E5102D342192331
Octal2521361210556441114361
Binary101010101011110101000101011011101001000011001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5E51; }

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

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

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

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

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

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

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

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