#AA564A

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

Shades of Crail #AA564A

Tints of Crail #AA564A

Color information

#AA564A (or 0xAA564A) is unknown color: approx Crail. HEX triplet: AA, 56 and 4A. RGB value is (170,86,74). Sum of RGB (Red+Green+Blue) = 170+86+74=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA564A is #55A9B5. Grayscale: #6D6D6D. Windows color (decimal): -5614006 or 4871850. OLE color: 4871850.

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

Color convert

RGB1708674-
CMYK00.490.560.33
HSL7.5º39.34%47.84%-
HSV(B)7.5º56.47%66.67%-
XYZ21.1415.78.39-
YUV109.75107.83170.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=51.52%
G=26.06%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170867400.490.560.337.539.3447.84
HexAA564A031382182730
Octal2521261120617041104760
Binary101010101010110100101001100011110001000011000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA564A; }

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

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

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

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

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

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

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

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