#AC5865

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

Shades of Blush #AC5865

Tints of Blush #AC5865

Color information

#AC5865 (or 0xAC5865) is unknown color: approx Blush. HEX triplet: AC, 58 and 65. RGB value is (172,88,101). Sum of RGB (Red+Green+Blue) = 172+88+101=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5865 is #53A79A. Grayscale: #727272. Windows color (decimal): -5482395 or 6641836. OLE color: 6641836.

HSL color Cylindrical-coordinate representation of color #AC5865: hue angle of 350.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC5865 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17288101-
CMYK00.490.410.33
HSL350.71º33.6%50.98%-
HSV(B)350.71º48.84%67.45%-
XYZ22.8516.6914.33-
YUV114.6120.33168.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.65%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=47.65%
G=24.38%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728810100.490.410.33350.7133.650.98
HexAC5865031292115f2233
Octal25413014506151415374263
Binary10101100101100011001010110001101001100001101011111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5865; }

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

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

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

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

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

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

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

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