#AC5845

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

Shades of Crail #AC5845

Tints of Crail #AC5845

Color information

#AC5845 (or 0xAC5845) is unknown color: approx Crail. HEX triplet: AC, 58 and 45. RGB value is (172,88,69). Sum of RGB (Red+Green+Blue) = 172+88+69=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5845 is #53A7BA. Grayscale: #6F6F6F. Windows color (decimal): -5482427 or 4544684. OLE color: 4544684.

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

Color convert

RGB1728869-
CMYK00.490.600.33
HSL11.07º42.74%47.25%-
HSV(B)11.07º59.88%67.45%-
XYZ21.5816.187.62-
YUV110.95104.33171.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.28%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=52.28%
G=26.75%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172886900.490.600.3311.0742.7447.25
HexAC58450313C21b2b2f
Octal2541301050617441135357
Binary101011001011000100010101100011111001000011011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5845; }

 p { color: rgb(172,88,69); }

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

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

 a { background-color: rgb(172,88,69); }

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

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

 span { border-color: rgb(172,88,69); }

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