#AC5C4E

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

Shades of Crail #AC5C4E

Tints of Crail #AC5C4E

Color information

#AC5C4E (or 0xAC5C4E) is unknown color: approx Crail. HEX triplet: AC, 5C and 4E. RGB value is (172,92,78). Sum of RGB (Red+Green+Blue) = 172+92+78=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C4E is #53A3B1. Grayscale: #727272. Windows color (decimal): -5481394 or 5135532. OLE color: 5135532.

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

Color convert

RGB1729278-
CMYK00.470.550.33
HSL8.94º37.6%49.02%-
HSV(B)8.94º54.65%67.45%-
XYZ22.2216.989.31-
YUV114.32107.5169.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=50.29%
G=26.90%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172927800.470.550.338.9437.649.02
HexAC5C4E02F372192631
Octal2541341160576741114661
Binary101011001011100100111001011111101111000011001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C4E; }

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

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

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

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

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

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

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

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