#AC5C51

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

Shades of Crail #AC5C51

Tints of Crail #AC5C51

Color information

#AC5C51 (or 0xAC5C51) is unknown color: approx Crail. HEX triplet: AC, 5C and 51. RGB value is (172,92,81). Sum of RGB (Red+Green+Blue) = 172+92+81=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C51 is #53A3AE. Grayscale: #727272. Windows color (decimal): -5481391 or 5332140. OLE color: 5332140.

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

Color convert

RGB1729281-
CMYK00.470.530.33
HSL7.25º35.97%49.61%-
HSV(B)7.25º52.91%67.45%-
XYZ22.3317.029.89-
YUV114.67109168.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=49.86%
G=26.67%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172928100.470.530.337.2535.9749.61
HexAC5C5102F352172432
Octal254134121057654174462
Binary10101100101110010100010101111110101100001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C51; }

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

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

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

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

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

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

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

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