#AA5D4F

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

Shades of Crail #AA5D4F

Tints of Crail #AA5D4F

Color information

#AA5D4F (or 0xAA5D4F) is unknown color: approx Crail. HEX triplet: AA, 5D and 4F. RGB value is (170,93,79). Sum of RGB (Red+Green+Blue) = 170+93+79=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D4F is #55A2B0. Grayscale: #727272. Windows color (decimal): -5612209 or 5201322. OLE color: 5201322.

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

Color convert

RGB1709379-
CMYK00.450.540.33
HSL9.23º36.55%48.82%-
HSV(B)9.23º53.53%66.67%-
XYZ21.916.949.51-
YUV114.43108.01167.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.71%
GREEN value IS 93 (36.72% from 255) = 27.19%
BLUE value IS 79 (31.25% from 255) = 23.10%
R=49.71%
G=27.19%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170937900.450.540.339.2336.5548.82
HexAA5D4F02D362192531
Octal2521351170556641114561
Binary101010101011101100111101011011101101000011001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D4F; }

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

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

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

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

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

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

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

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