#AC5441

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

Shades of Crail #AC5441

Tints of Crail #AC5441

Color information

#AC5441 (or 0xAC5441) is unknown color: approx Crail. HEX triplet: AC, 54 and 41. RGB value is (172,84,65). Sum of RGB (Red+Green+Blue) = 172+84+65=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5441 is #53ABBE. Grayscale: #6C6C6C. Windows color (decimal): -5483455 or 4281516. OLE color: 4281516.

HSL color Cylindrical-coordinate representation of color #AC5441: hue angle of 10.65º 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 #AC5441 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1728465-
CMYK00.510.620.33
HSL10.65º45.15%46.47%-
HSV(B)10.65º62.21%67.45%-
XYZ21.1415.496.88-
YUV108.15103.65173.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=53.58%
G=26.17%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172846500.510.620.3310.6545.1546.47
HexAC54410333E21b2d2e
Octal2541241010637641135556
Binary101011001010100100000101100111111101000011011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5441; }

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

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

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

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

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

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

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

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