#AC5468

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

Shades of Blush #AC5468

Tints of Blush #AC5468

Color information

#AC5468 (or 0xAC5468) is unknown color: approx Blush. HEX triplet: AC, 54 and 68. RGB value is (172,84,104). Sum of RGB (Red+Green+Blue) = 172+84+104=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5468 is #53AB97. Grayscale: #707070. Windows color (decimal): -5483416 or 6837420. OLE color: 6837420.

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

Color convert

RGB17284104-
CMYK00.510.400.33
HSL346.36º34.65%50.2%-
HSV(B)346.36º51.16%67.45%-
XYZ22.6816.1115.01-
YUV112.59123.15170.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 104 (41.02% from 255) = 28.89%
R=47.78%
G=23.33%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728410400.510.400.33346.3634.6550.2
HexAC5468033282115a2332
Octal25412415006350415324362
Binary10101100101010011010000110011101000100001101011010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5468; }

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

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

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

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

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

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

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

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