#AA5D4A

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

Shades of Crail #AA5D4A

Tints of Crail #AA5D4A

Color information

#AA5D4A (or 0xAA5D4A) is unknown color: approx Crail. HEX triplet: AA, 5D and 4A. RGB value is (170,93,74). Sum of RGB (Red+Green+Blue) = 170+93+74=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D4A is #55A2B5. Grayscale: #727272. Windows color (decimal): -5612214 or 4873642. OLE color: 4873642.

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

Color convert

RGB1709374-
CMYK00.450.560.33
HSL11.88º39.34%47.84%-
HSV(B)11.88º56.47%66.67%-
XYZ21.7316.878.59-
YUV113.86105.51168.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=50.45%
G=27.60%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170937400.450.560.3311.8839.3447.84
HexAA5D4A02D3821c2730
Octal2521351120557041144760
Binary101010101011101100101001011011110001000011100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D4A; }

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

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

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

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

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

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

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

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