Html Css Color HEX #AC729B Bouquet

📋 copy color: '#AC729B'

red 172 ◦ green 114 ◦ blue 155

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

Shades of Bouquet #AC729B

Tints of Bouquet #AC729B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.15%

R = 39%
G = 25.85%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC729B (or 0xAC729B) is known color: Bouquet. HEX triplet: AC, 72 and 9B. RGB value is (172,114,155). Sum of RGB (Red+Green+Blue) = 172+114+155=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC729B is #538D64. Grayscale: #878787. Windows color (decimal): -5475685 or 10187436. OLE color: 10187436.

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

Color convert

RGB 172 114 155 -
CMYK 0 0.34 0.10 0.33
HSL 317.59º 0.26% 0.56% -
HSV(B) 317.59º 0.34% 0.67% -
XYZ 28.95 23.17 33.96 -
YUV 136.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 172 114 155 0 0.34 0.10 0.33 317.59 0.26 0.56
Hex AC 72 9B 0 22 A 21 13E 1A 38
Octal 254 162 233 0 42 12 41 476 32 70
Binary 10101100 1110010 10011011 0 100010 1010 100001 100111110 11010 111000

Color Harmonies of #AC729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC729B

Black with #AC729B

Text Example


Text Example

White with #AC729B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC729B; }

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

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

background-color css

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

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

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

border-color css

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

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

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