#AC4E69

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

Shades of Blush #AC4E69

Tints of Blush #AC4E69

Color information

#AC4E69 (or 0xAC4E69) is unknown color: approx Blush. HEX triplet: AC, 4E and 69. RGB value is (172,78,105). Sum of RGB (Red+Green+Blue) = 172+78+105=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E69 is #53B196. Grayscale: #6D6D6D. Windows color (decimal): -5484951 or 6901420. OLE color: 6901420.

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

Color convert

RGB17278105-
CMYK00.550.390.33
HSL342.77º37.6%49.02%-
HSV(B)342.77º54.65%67.45%-
XYZ22.2915.2415.13-
YUV109.18125.64172.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.45%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=48.45%
G=21.97%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727810500.550.390.33342.7737.649.02
HexAC4E6903727211572631
Octal25411615106747415274661
Binary10101100100111011010010110111100111100001101010111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4E69; }

 p { color: rgb(172,78,105); }

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

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

 a { background-color: rgb(172,78,105); }

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

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

 span { border-color: rgb(172,78,105); }

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