#AC5B69

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

Shades of Blush #AC5B69

Tints of Blush #AC5B69

Color information

#AC5B69 (or 0xAC5B69) is unknown color: approx Blush. HEX triplet: AC, 5B and 69. RGB value is (172,91,105). Sum of RGB (Red+Green+Blue) = 172+91+105=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5B69 is #53A496. Grayscale: #747474. Windows color (decimal): -5481623 or 6904748. OLE color: 6904748.

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

Color convert

RGB17291105-
CMYK00.470.390.33
HSL349.63º32.79%51.57%-
HSV(B)349.63º47.09%67.45%-
XYZ23.317.2715.47-
YUV116.82121.34167.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=46.74%
G=24.73%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729110500.470.390.33349.6332.7951.57
HexAC5B6902F272115e2134
Octal25413315105747415364164
Binary10101100101101111010010101111100111100001101011110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5B69; }

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

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

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

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

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

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

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

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