#AC5241

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

Shades of Crail #AC5241

Tints of Crail #AC5241

Color information

#AC5241 (or 0xAC5241) is unknown color: approx Crail. HEX triplet: AC, 52 and 41. RGB value is (172,82,65). Sum of RGB (Red+Green+Blue) = 172+82+65=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5241 is #53ADBE. Grayscale: #6B6B6B. Windows color (decimal): -5483967 or 4281004. OLE color: 4281004.

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

Color convert

RGB1728265-
CMYK00.520.620.33
HSL9.53º45.15%46.47%-
HSV(B)9.53º62.21%67.45%-
XYZ20.9815.196.83-
YUV106.97104.32174.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=53.92%
G=25.71%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172826500.520.620.339.5345.1546.47
HexAC52410343E21a2d2e
Octal2541221010647641125556
Binary101011001010010100000101101001111101000011010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5241; }

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

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

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

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

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

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

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

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