#AC5641

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

Shades of Crail #AC5641

Tints of Crail #AC5641

Color information

#AC5641 (or 0xAC5641) is unknown color: approx Crail. HEX triplet: AC, 56 and 41. RGB value is (172,86,65). Sum of RGB (Red+Green+Blue) = 172+86+65=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5641 is #53A9BE. Grayscale: #6D6D6D. Windows color (decimal): -5482943 or 4282028. OLE color: 4282028.

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

Color convert

RGB1728665-
CMYK00.50.620.33
HSL11.78º45.15%46.47%-
HSV(B)11.78º62.21%67.45%-
XYZ21.315.816.93-
YUV109.32102.99172.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.25%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=53.25%
G=26.63%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172866500.50.620.3311.7845.1546.47
HexAC56410323E21c2d2e
Octal2541261010627641145556
Binary101011001010110100000101100101111101000011100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5641; }

 p { color: rgb(172,86,65); }

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

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

 a { background-color: rgb(172,86,65); }

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

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

 span { border-color: rgb(172,86,65); }

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