#AA5C47

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

Shades of Crail #AA5C47

Tints of Crail #AA5C47

Color information

#AA5C47 (or 0xAA5C47) is unknown color: approx Crail. HEX triplet: AA, 5C and 47. RGB value is (170,92,71). Sum of RGB (Red+Green+Blue) = 170+92+71=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C47 is #55A3B8. Grayscale: #717171. Windows color (decimal): -5612473 or 4676778. OLE color: 4676778.

HSL color Cylindrical-coordinate representation of color #AA5C47: hue angle of 12.73º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5C47 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB1709271-
CMYK00.460.580.33
HSL12.73º41.08%47.25%-
HSV(B)12.73º58.24%66.67%-
XYZ21.5416.668.04-
YUV112.93104.34168.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 71 (28.12% from 255) = 21.32%
R=51.05%
G=27.63%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170927100.460.580.3312.7341.0847.25
HexAA5C4702E3A21d292f
Octal2521341070567241155157
Binary101010101011100100011101011101110101000011101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C47; }

 p { color: rgb(170,92,71); }

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

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

 a { background-color: rgb(170,92,71); }

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

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

 span { border-color: rgb(170,92,71); }

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