Html Css Color HEX #AC5E60 Blush

📋 copy color: '#AC5E60'

red 172 ◦ green 94 ◦ blue 96

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

Shades of Blush #AC5E60

Tints of Blush #AC5E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.97%

 BLUE value IS 96 (37.89% from 255) = 26.52%

R = 47.51%
G = 25.97%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC5E60 (or 0xAC5E60) is known color: Blush. HEX triplet: AC, 5E and 60. RGB value is (172,94,96). Sum of RGB (Red+Green+Blue) = 172+94+96=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E60 is #53A19F. Grayscale: #757575. Windows color (decimal): -5480864 or 6315692. OLE color: 6315692.

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

Color convert

RGB 172 94 96 -
CMYK 0 0.45 0.44 0.33
HSL 358.46º 0.32% 0.52% -
HSV(B) 358.46º 0.45% 0.67% -
XYZ 23.13 17.62 13.25 -
YUV 117.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 172 94 96 0 0.45 0.44 0.33 358.46 0.32 0.52
Hex AC 5E 60 0 2D 2C 21 166 20 34
Octal 254 136 140 0 55 54 41 546 40 64
Binary 10101100 1011110 1100000 0 101101 101100 100001 101100110 100000 110100

Color Harmonies of #AC5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E60

Black with #AC5E60

Text Example


Text Example

White with #AC5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E60; }

 p { color: rgb(172,94,96); }

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

background-color css

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

 a { background-color: rgb(172,94,96); }

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

border-color css

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

 span { border-color: rgb(172,94,96); }

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