Html Css Color HEX #AC5C61 Blush

📋 copy color: '#AC5C61'

red 172 ◦ green 92 ◦ blue 97

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

Shades of Blush #AC5C61

Tints of Blush #AC5C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

 BLUE value IS 97 (38.28% from 255) = 26.87%

R = 47.65%
G = 25.48%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC5C61 (or 0xAC5C61) is known color: Blush. HEX triplet: AC, 5C and 61. RGB value is (172,92,97). Sum of RGB (Red+Green+Blue) = 172+92+97=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C61 is #53A39E. Grayscale: #747474. Windows color (decimal): -5481375 or 6380716. OLE color: 6380716.

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

Color convert

RGB 172 92 97 -
CMYK 0 0.47 0.44 0.33
HSL 356.25º 0.33% 0.52% -
HSV(B) 356.25º 0.47% 0.67% -
XYZ 23 17.29 13.43 -
YUV 116.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 172 92 97 0 0.47 0.44 0.33 356.25 0.33 0.52
Hex AC 5C 61 0 2F 2C 21 164 21 34
Octal 254 134 141 0 57 54 41 544 41 64
Binary 10101100 1011100 1100001 0 101111 101100 100001 101100100 100001 110100

Color Harmonies of #AC5C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C61

Black with #AC5C61

Text Example


Text Example

White with #AC5C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C61; }

 p { color: rgb(172,92,97); }

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

background-color css

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

 a { background-color: rgb(172,92,97); }

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

border-color css

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

 span { border-color: rgb(172,92,97); }

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