#AA5D52

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

Shades of Crail #AA5D52

Tints of Crail #AA5D52

Color information

#AA5D52 (or 0xAA5D52) is unknown color: approx Crail. HEX triplet: AA, 5D and 52. RGB value is (170,93,82). Sum of RGB (Red+Green+Blue) = 170+93+82=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D52 is #55A2AD. Grayscale: #727272. Windows color (decimal): -5612206 or 5397930. OLE color: 5397930.

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

Color convert

RGB1709382-
CMYK00.450.520.33
HSL7.5º34.92%49.41%-
HSV(B)7.5º51.76%66.67%-
XYZ22.0116.9810.1-
YUV114.77109.51167.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 93 (36.72% from 255) = 26.96%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=49.28%
G=26.96%
B=23.77%

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
Decimal170938200.450.520.337.534.9249.41
HexAA5D5202D342182331
Octal2521351220556441104361
Binary101010101011101101001001011011101001000011000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D52; }

 p { color: rgb(170,93,82); }

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

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

 a { background-color: rgb(170,93,82); }

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

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

 span { border-color: rgb(170,93,82); }

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