Html Css Color HEX #AC5768 Blush

📋 copy color: '#AC5768'

red 172 ◦ green 87 ◦ blue 104

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

Shades of Blush #AC5768

Tints of Blush #AC5768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.97%

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

R = 47.38%
G = 23.97%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC5768 (or 0xAC5768) is known color: Blush. HEX triplet: AC, 57 and 68. RGB value is (172,87,104). Sum of RGB (Red+Green+Blue) = 172+87+104=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5768 is #53A897. Grayscale: #727272. Windows color (decimal): -5482648 or 6838188. OLE color: 6838188.

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

Color convert

RGB 172 87 104 -
CMYK 0 0.49 0.40 0.33
HSL 348º 0.34% 0.51% -
HSV(B) 348º 0.49% 0.67% -
XYZ 22.92 16.59 15.09 -
YUV 114.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 172 87 104 0 0.49 0.40 0.33 348 0.34 0.51
Hex AC 57 68 0 31 28 21 15C 22 33
Octal 254 127 150 0 61 50 41 534 42 63
Binary 10101100 1010111 1101000 0 110001 101000 100001 101011100 100010 110011

Color Harmonies of #AC5768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5768

Black with #AC5768

Text Example


Text Example

White with #AC5768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5768; }

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

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

background-color css

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

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

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

border-color css

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

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

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