Html Css Color HEX #AC729F Bouquet

📋 copy color: '#AC729F'

red 172 ◦ green 114 ◦ blue 159

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

Shades of Bouquet #AC729F

Tints of Bouquet #AC729F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.73%

R = 38.65%
G = 25.62%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC729F (or 0xAC729F) is known color: Bouquet. HEX triplet: AC, 72 and 9F. RGB value is (172,114,159). Sum of RGB (Red+Green+Blue) = 172+114+159=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC729F is #538D60. Grayscale: #888888. Windows color (decimal): -5475681 or 10449580. OLE color: 10449580.

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

Color convert

RGB 172 114 159 -
CMYK 0 0.34 0.08 0.33
HSL 313.45º 0.26% 0.56% -
HSV(B) 313.45º 0.34% 0.67% -
XYZ 29.29 23.31 35.76 -
YUV 136.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 172 114 159 0 0.34 0.08 0.33 313.45 0.26 0.56
Hex AC 72 9F 0 22 8 21 139 1A 38
Octal 254 162 237 0 42 10 41 471 32 70
Binary 10101100 1110010 10011111 0 100010 1000 100001 100111001 11010 111000

Color Harmonies of #AC729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC729F

Black with #AC729F

Text Example


Text Example

White with #AC729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC729F; }

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

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

background-color css

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

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

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

border-color css

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

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

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