#AC5F52

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

Shades of Crail #AC5F52

Tints of Crail #AC5F52

Color information

#AC5F52 (or 0xAC5F52) is unknown color: approx Crail. HEX triplet: AC, 5F and 52. RGB value is (172,95,82). Sum of RGB (Red+Green+Blue) = 172+95+82=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5F52 is #53A0AD. Grayscale: #747474. Windows color (decimal): -5480622 or 5398444. OLE color: 5398444.

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

Color convert

RGB1729582-
CMYK00.450.520.33
HSL8.67º35.43%49.8%-
HSV(B)8.67º52.33%67.45%-
XYZ22.6317.5610.18-
YUV116.54108.51167.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 82 (32.42% from 255) = 23.50%
R=49.28%
G=27.22%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172958200.450.520.338.6735.4349.8
HexAC5F5202D342192332
Octal2541371220556441114362
Binary101011001011111101001001011011101001000011001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5F52; }

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

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

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

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

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

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

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

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