Html Css Color HEX #AC5A60 Blush

📋 copy color: '#AC5A60'

red 172 ◦ green 90 ◦ blue 96

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

Shades of Blush #AC5A60

Tints of Blush #AC5A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.14%

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

R = 48.04%
G = 25.14%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC5A60 (or 0xAC5A60) is known color: Blush. HEX triplet: AC, 5A and 60. RGB value is (172,90,96). Sum of RGB (Red+Green+Blue) = 172+90+96=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A60 is #53A59F. Grayscale: #737373. Windows color (decimal): -5481888 or 6314668. OLE color: 6314668.

HSL color Cylindrical-coordinate representation of color #AC5A60: hue angle of 355.61º 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 #AC5A60 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 96 -
CMYK 0 0.48 0.44 0.33
HSL 355.61º 0.33% 0.51% -
HSV(B) 355.61º 0.48% 0.67% -
XYZ 22.78 16.93 13.13 -
YUV 115.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 172 90 96 0 0.48 0.44 0.33 355.61 0.33 0.51
Hex AC 5A 60 0 30 2C 21 164 21 33
Octal 254 132 140 0 60 54 41 544 41 63
Binary 10101100 1011010 1100000 0 110000 101100 100001 101100100 100001 110011

Color Harmonies of #AC5A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A60

Black with #AC5A60

Text Example


Text Example

White with #AC5A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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