#aa5644

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

Shades of Crail #AA5644

Tints of Crail #AA5644

Color information

#AA5644 (or 0xAA5644) is unknown color: approx Crail. HEX triplet: AA, 56 and 44. RGB value is (170,86,68). Sum of RGB (Red+Green+Blue) = 170+86+68=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5644 is #55A9BB. Grayscale: #6D6D6D. Windows color (decimal): -5614012 or 4478634. OLE color: 4478634.

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

Color convert

RGB1708668-
CMYK00.490.60.33
HSL10.59º42.86%46.67%-
HSV(B)10.59º60%66.67%-
XYZ20.9515.627.38-
YUV109.06104.83171.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 68 (26.95% from 255) = 20.99%
R=52.47%
G=26.54%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170866800.490.60.3310.5942.8646.67
HexAA56440313C21b2b2f
Octal2521261040617441135357
Binary101010101010110100010001100011111001000011011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5644; }

 p { color: rgb(170,86,68); }

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

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

 a { background-color: rgb(170,86,68); }

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

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

 span { border-color: rgb(170,86,68); }

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