Html Css Color HEX #AC709B Bouquet

📋 copy color: '#AC709B'

red 172 ◦ green 112 ◦ blue 155

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

Shades of Bouquet #AC709B

Tints of Bouquet #AC709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.51%

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

R = 39.18%
G = 25.51%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC709B (or 0xAC709B) is known color: Bouquet. HEX triplet: AC, 70 and 9B. RGB value is (172,112,155). Sum of RGB (Red+Green+Blue) = 172+112+155=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC709B is #538F64. Grayscale: #868686. Windows color (decimal): -5476197 or 10186924. OLE color: 10186924.

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

Color convert

RGB 172 112 155 -
CMYK 0 0.35 0.10 0.33
HSL 317º 0.27% 0.56% -
HSV(B) 317º 0.35% 0.67% -
XYZ 28.72 22.73 33.88 -
YUV 134.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 172 112 155 0 0.35 0.10 0.33 317 0.27 0.56
Hex AC 70 9B 0 23 A 21 13D 1B 38
Octal 254 160 233 0 43 12 41 475 33 70
Binary 10101100 1110000 10011011 0 100011 1010 100001 100111101 11011 111000

Color Harmonies of #AC709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC709B

Black with #AC709B

Text Example


Text Example

White with #AC709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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