#AC5168

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

Shades of Blush #AC5168

Tints of Blush #AC5168

Color information

#AC5168 (or 0xAC5168) is unknown color: approx Blush. HEX triplet: AC, 51 and 68. RGB value is (172,81,104). Sum of RGB (Red+Green+Blue) = 172+81+104=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5168 is #53AE97. Grayscale: #6E6E6E. Windows color (decimal): -5484184 or 6836652. OLE color: 6836652.

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

Color convert

RGB17281104-
CMYK00.530.400.33
HSL344.84º35.97%49.61%-
HSV(B)344.84º52.91%67.45%-
XYZ22.4515.6514.93-
YUV110.83124.15171.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=48.18%
G=22.69%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728110400.530.400.33344.8435.9749.61
HexAC516803528211592432
Octal25412115006550415314462
Binary10101100101000111010000110101101000100001101011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5168; }

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

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

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

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

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

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

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

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