#AC5068

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

Shades of Blush #AC5068

Tints of Blush #AC5068

Color information

#AC5068 (or 0xAC5068) is unknown color: approx Blush. HEX triplet: AC, 50 and 68. RGB value is (172,80,104). Sum of RGB (Red+Green+Blue) = 172+80+104=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5068 is #53AF97. Grayscale: #6E6E6E. Windows color (decimal): -5484440 or 6836396. OLE color: 6836396.

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

Color convert

RGB17280104-
CMYK00.530.400.33
HSL344.35º36.51%49.41%-
HSV(B)344.35º53.49%67.45%-
XYZ22.3815.5114.91-
YUV110.24124.48172.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.31%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=48.31%
G=22.47%
B=29.21%

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
Decimal1728010400.530.400.33344.3536.5149.41
HexAC506803528211582531
Octal25412015006550415304561
Binary10101100101000011010000110101101000100001101011000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5068; }

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

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

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

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

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

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

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

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