Html Css Color HEX #AC5D68 Blush

📋 copy color: '#AC5D68'

red 172 ◦ green 93 ◦ blue 104

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

Shades of Blush #AC5D68

Tints of Blush #AC5D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.2%

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

R = 46.61%
G = 25.2%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC5D68 (or 0xAC5D68) is known color: Blush. HEX triplet: AC, 5D and 68. RGB value is (172,93,104). Sum of RGB (Red+Green+Blue) = 172+93+104=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D68 is #53A297. Grayscale: #757575. Windows color (decimal): -5481112 or 6839724. OLE color: 6839724.

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

Color convert

RGB 172 93 104 -
CMYK 0 0.46 0.40 0.33
HSL 351.65º 0.32% 0.52% -
HSV(B) 351.65º 0.46% 0.67% -
XYZ 23.43 17.6 15.26 -
YUV 117.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 172 93 104 0 0.46 0.40 0.33 351.65 0.32 0.52
Hex AC 5D 68 0 2E 28 21 160 20 34
Octal 254 135 150 0 56 50 41 540 40 64
Binary 10101100 1011101 1101000 0 101110 101000 100001 101100000 100000 110100

Color Harmonies of #AC5D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D68

Black with #AC5D68

Text Example


Text Example

White with #AC5D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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