#AA5649

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

Shades of Crail #AA5649

Tints of Crail #AA5649

Color information

#AA5649 (or 0xAA5649) is unknown color: approx Crail. HEX triplet: AA, 56 and 49. RGB value is (170,86,73). Sum of RGB (Red+Green+Blue) = 170+86+73=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5649 is #55A9B6. Grayscale: #6D6D6D. Windows color (decimal): -5614007 or 4806314. OLE color: 4806314.

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

Color convert

RGB1708673-
CMYK00.490.570.33
HSL8.04º39.92%47.65%-
HSV(B)8.04º57.06%66.67%-
XYZ21.1115.688.22-
YUV109.63107.33171.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=51.67%
G=26.14%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170867300.490.570.338.0439.9247.65
HexAA5649031392182830
Octal2521261110617141105060
Binary101010101010110100100101100011110011000011000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5649; }

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

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

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

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

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

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

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

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