#AC5C52

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

Shades of Crail #AC5C52

Tints of Crail #AC5C52

Color information

#AC5C52 (or 0xAC5C52) is unknown color: approx Crail. HEX triplet: AC, 5C and 52. RGB value is (172,92,82). Sum of RGB (Red+Green+Blue) = 172+92+82=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C52 is #53A3AD. Grayscale: #727272. Windows color (decimal): -5481390 or 5397676. OLE color: 5397676.

HSL color Cylindrical-coordinate representation of color #AC5C52: hue angle of 6.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5C52 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB1729282-
CMYK00.470.520.33
HSL6.67º35.43%49.8%-
HSV(B)6.67º52.33%67.45%-
XYZ22.3617.0310.09-
YUV114.78109.5168.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.71%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=49.71%
G=26.59%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172928200.470.520.336.6735.4349.8
HexAC5C5202F342172332
Octal254134122057644174362
Binary10101100101110010100100101111110100100001111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C52; }

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

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

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

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

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

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

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

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