Html Css Color HEX #AC4E68 Blush

📋 copy color: '#AC4E68'

red 172 ◦ green 78 ◦ blue 104

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

Shades of Blush #AC4E68

Tints of Blush #AC4E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.03%

 BLUE value IS 104 (41.02% from 255) = 29.38%

R = 48.59%
G = 22.03%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC4E68 (or 0xAC4E68) is known color: Blush. HEX triplet: AC, 4E and 68. RGB value is (172,78,104). Sum of RGB (Red+Green+Blue) = 172+78+104=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E68 is #53B197. Grayscale: #6D6D6D. Windows color (decimal): -5484952 or 6835884. OLE color: 6835884.

HSL color Cylindrical-coordinate representation of color #AC4E68: hue angle of 343.4º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4E68 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 78 104 -
CMYK 0 0.55 0.40 0.33
HSL 343.4º 0.38% 0.49% -
HSV(B) 343.4º 0.55% 0.67% -
XYZ 22.24 15.22 14.86 -
YUV 109.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 172 78 104 0 0.55 0.40 0.33 343.4 0.38 0.49
Hex AC 4E 68 0 37 28 21 157 26 31
Octal 254 116 150 0 67 50 41 527 46 61
Binary 10101100 1001110 1101000 0 110111 101000 100001 101010111 100110 110001

Color Harmonies of #AC4E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E68

Black with #AC4E68

Text Example


Text Example

White with #AC4E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E68; }

 p { color: rgb(172,78,104); }

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

background-color css

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

 a { background-color: rgb(172,78,104); }

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

border-color css

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

 span { border-color: rgb(172,78,104); }

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