#AC5545

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

Shades of Crail #AC5545

Tints of Crail #AC5545

Color information

#AC5545 (or 0xAC5545) is unknown color: approx Crail. HEX triplet: AC, 55 and 45. RGB value is (172,85,69). Sum of RGB (Red+Green+Blue) = 172+85+69=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5545 is #53AABA. Grayscale: #6D6D6D. Windows color (decimal): -5483195 or 4543916. OLE color: 4543916.

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

Color convert

RGB1728569-
CMYK00.510.600.33
HSL9.32º42.74%47.25%-
HSV(B)9.32º59.88%67.45%-
XYZ21.3415.77.54-
YUV109.19105.32172.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.76%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=52.76%
G=26.07%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172856900.510.600.339.3242.7447.25
HexAC55450333C2192b2f
Octal2541251050637441115357
Binary101011001010101100010101100111111001000011001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5545; }

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

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

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

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

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

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

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

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