Html Css Color HEX #AC729C Bouquet

📋 copy color: '#AC729C'

red 172 ◦ green 114 ◦ blue 156

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

Shades of Bouquet #AC729C

Tints of Bouquet #AC729C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.79%

 BLUE value IS 156 (61.33% from 255) = 35.29%

R = 38.91%
G = 25.79%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC729C (or 0xAC729C) is known color: Bouquet. HEX triplet: AC, 72 and 9C. RGB value is (172,114,156). Sum of RGB (Red+Green+Blue) = 172+114+156=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC729C is #538D63. Grayscale: #888888. Windows color (decimal): -5475684 or 10252972. OLE color: 10252972.

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

Color convert

RGB 172 114 156 -
CMYK 0 0.34 0.09 0.33
HSL 316.55º 0.26% 0.56% -
HSV(B) 316.55º 0.34% 0.67% -
XYZ 29.03 23.21 34.4 -
YUV 136.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 172 114 156 0 0.34 0.09 0.33 316.55 0.26 0.56
Hex AC 72 9C 0 22 9 21 13D 1A 38
Octal 254 162 234 0 42 11 41 475 32 70
Binary 10101100 1110010 10011100 0 100010 1001 100001 100111101 11010 111000

Color Harmonies of #AC729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC729C

Black with #AC729C

Text Example


Text Example

White with #AC729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC729C; }

 p { color: rgb(172,114,156); }

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

background-color css

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

 a { background-color: rgb(172,114,156); }

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

border-color css

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

 span { border-color: rgb(172,114,156); }

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