Html Css Color HEX #AC596C Blush

📋 copy color: '#AC596C'

red 172 ◦ green 89 ◦ blue 108

#AC596C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #AC596C

Tints of Blush #AC596C

RGB

 RED value IS 172 (67.58% from 255) = 46.61%

 GREEN value IS 89 (35.16% from 255) = 24.12%

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 46.61%
G = 24.12%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC596C (or 0xAC596C) is known color: Blush. HEX triplet: AC, 59 and 6C. RGB value is (172,89,108). Sum of RGB (Red+Green+Blue) = 172+89+108=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC596C is #53A693. Grayscale: #737373. Windows color (decimal): -5482132 or 7100844. OLE color: 7100844.

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

Color convert

RGB 172 89 108 -
CMYK 0 0.48 0.37 0.33
HSL 346.27º 0.33% 0.51% -
HSV(B) 346.27º 0.48% 0.67% -
XYZ 23.29 17 16.24 -
YUV 115.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 172 89 108 0 0.48 0.37 0.33 346.27 0.33 0.51
Hex AC 59 6C 0 30 25 21 15A 21 33
Octal 254 131 154 0 60 45 41 532 41 63
Binary 10101100 1011001 1101100 0 110000 100101 100001 101011010 100001 110011

Color Harmonies of #AC596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC596C

Black with #AC596C

Text Example


Text Example

White with #AC596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC596C; }

 p { color: rgb(172,89,108); }

 H1.HeaderClassName
 {
   color: #AC596C;
 }
 .AnyTagClassName
 {
   color: #AC596C;
 }
</style>

background-color css

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

 a { background-color: rgb(172,89,108); }

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

border-color css

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

 span { border-color: rgb(172,89,108); }

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