#AA5949

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

Shades of Crail #AA5949

Tints of Crail #AA5949

Color information

#AA5949 (or 0xAA5949) is unknown color: approx Crail. HEX triplet: AA, 59 and 49. RGB value is (170,89,73). Sum of RGB (Red+Green+Blue) = 170+89+73=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5949 is #55A6B6. Grayscale: #6F6F6F. Windows color (decimal): -5613239 or 4807082. OLE color: 4807082.

HSL color Cylindrical-coordinate representation of color #AA5949: hue angle of 9.9º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA5949 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1708973-
CMYK00.480.570.33
HSL9.9º39.92%47.65%-
HSV(B)9.9º57.06%66.67%-
XYZ21.3516.178.3-
YUV111.4106.34169.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=51.20%
G=26.81%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170897300.480.570.339.939.9247.65
HexAA59490303921a2830
Octal2521311110607141125060
Binary101010101011001100100101100001110011000011010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5949; }

 p { color: rgb(170,89,73); }

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

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

 a { background-color: rgb(170,89,73); }

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

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

 span { border-color: rgb(170,89,73); }

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