#aa5944

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

Shades of Crail #AA5944

Tints of Crail #AA5944

Color information

#AA5944 (or 0xAA5944) is unknown color: approx Crail. HEX triplet: AA, 59 and 44. RGB value is (170,89,68). Sum of RGB (Red+Green+Blue) = 170+89+68=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5944 is #55A6BB. Grayscale: #6E6E6E. Windows color (decimal): -5613244 or 4479402. OLE color: 4479402.

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

Color convert

RGB1708968-
CMYK00.480.60.33
HSL12.35º42.86%46.67%-
HSV(B)12.35º60%66.67%-
XYZ21.1916.117.46-
YUV110.82103.84170.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.99%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=51.99%
G=27.22%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170896800.480.60.3312.3542.8646.67
HexAA59440303C21c2b2f
Octal2521311040607441145357
Binary101010101011001100010001100001111001000011100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5944; }

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

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

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

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

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

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

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

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