#AA5C50

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

Shades of Crail #AA5C50

Tints of Crail #AA5C50

Color information

#AA5C50 (or 0xAA5C50) is unknown color: approx Crail. HEX triplet: AA, 5C and 50. RGB value is (170,92,80). Sum of RGB (Red+Green+Blue) = 170+92+80=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C50 is #55A3AF. Grayscale: #727272. Windows color (decimal): -5612464 or 5266602. OLE color: 5266602.

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

Color convert

RGB1709280-
CMYK00.460.530.33
HSL36%49.02%-
HSV(B)52.94%66.67%-
XYZ21.8516.789.68-
YUV113.95108.84167.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.71%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=49.71%
G=26.90%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170928000.460.530.3383649.02
HexAA5C5002E352182431
Octal2521341200566541104461
Binary101010101011100101000001011101101011000011000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C50; }

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

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

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

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

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

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

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

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