Html Css Color HEX #AC709D Bouquet

📋 copy color: '#AC709D'

red 172 ◦ green 112 ◦ blue 157

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

Shades of Bouquet #AC709D

Tints of Bouquet #AC709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.6%

R = 39%
G = 25.4%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC709D (or 0xAC709D) is known color: Bouquet. HEX triplet: AC, 70 and 9D. RGB value is (172,112,157). Sum of RGB (Red+Green+Blue) = 172+112+157=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC709D is #538F62. Grayscale: #868686. Windows color (decimal): -5476195 or 10317996. OLE color: 10317996.

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

Color convert

RGB 172 112 157 -
CMYK 0 0.35 0.09 0.33
HSL 315º 0.27% 0.56% -
HSV(B) 315º 0.35% 0.67% -
XYZ 28.89 22.79 34.78 -
YUV 135.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 172 112 157 0 0.35 0.09 0.33 315 0.27 0.56
Hex AC 70 9D 0 23 9 21 13B 1B 38
Octal 254 160 235 0 43 11 41 473 33 70
Binary 10101100 1110000 10011101 0 100011 1001 100001 100111011 11011 111000

Color Harmonies of #AC709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC709D

Black with #AC709D

Text Example


Text Example

White with #AC709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC709D; }

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

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

background-color css

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

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

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

border-color css

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

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

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