#AC5341

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

Shades of Crail #AC5341

Tints of Crail #AC5341

Color information

#AC5341 (or 0xAC5341) is unknown color: approx Crail. HEX triplet: AC, 53 and 41. RGB value is (172,83,65). Sum of RGB (Red+Green+Blue) = 172+83+65=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5341 is #53ACBE. Grayscale: #6B6B6B. Windows color (decimal): -5483711 or 4281260. OLE color: 4281260.

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

Color convert

RGB1728365-
CMYK00.520.620.33
HSL10.09º45.15%46.47%-
HSV(B)10.09º62.21%67.45%-
XYZ21.0615.346.85-
YUV107.56103.99173.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.75%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 65 (25.78% from 255) = 20.31%
R=53.75%
G=25.94%
B=20.31%

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
Decimal172836500.520.620.3310.0945.1546.47
HexAC53410343E21a2d2e
Octal2541231010647641125556
Binary101011001010011100000101101001111101000011010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5341; }

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

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

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

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

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

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

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

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