Html Css Color HEX #AC708F Bouquet

📋 copy color: '#AC708F'

red 172 ◦ green 112 ◦ blue 143

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

Shades of Bouquet #AC708F

Tints of Bouquet #AC708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.49%

R = 40.28%
G = 26.23%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC708F (or 0xAC708F) is known color: Bouquet. HEX triplet: AC, 70 and 8F. RGB value is (172,112,143). Sum of RGB (Red+Green+Blue) = 172+112+143=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC708F is #538F70. Grayscale: #858585. Windows color (decimal): -5476209 or 9400492. OLE color: 9400492.

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

Color convert

RGB 172 112 143 -
CMYK 0 0.35 0.17 0.33
HSL 329º 0.27% 0.56% -
HSV(B) 329º 0.35% 0.67% -
XYZ 27.77 22.34 28.84 -
YUV 133.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 172 112 143 0 0.35 0.17 0.33 329 0.27 0.56
Hex AC 70 8F 0 23 11 21 149 1B 38
Octal 254 160 217 0 43 21 41 511 33 70
Binary 10101100 1110000 10001111 0 100011 10001 100001 101001001 11011 111000

Color Harmonies of #AC708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC708F

Black with #AC708F

Text Example


Text Example

White with #AC708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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