#AC5C47

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

Shades of Crail #AC5C47

Tints of Crail #AC5C47

Color information

#AC5C47 (or 0xAC5C47) is unknown color: approx Crail. HEX triplet: AC, 5C and 47. RGB value is (172,92,71). Sum of RGB (Red+Green+Blue) = 172+92+71=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C47 is #53A3B8. Grayscale: #717171. Windows color (decimal): -5481401 or 4676780. OLE color: 4676780.

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

Color convert

RGB1729271-
CMYK00.470.590.33
HSL12.48º41.56%47.65%-
HSV(B)12.48º58.72%67.45%-
XYZ21.9816.888.06-
YUV113.53104169.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.34%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=51.34%
G=27.46%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172927100.470.590.3312.4841.5647.65
HexAC5C4702F3B21c2a30
Octal2541341070577341145260
Binary101011001011100100011101011111110111000011100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C47; }

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

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

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

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

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

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

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

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