Html Css Color HEX #AC799F Bouquet

📋 copy color: '#AC799F'

red 172 ◦ green 121 ◦ blue 159

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

Shades of Bouquet #AC799F

Tints of Bouquet #AC799F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.77%

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

R = 38.05%
G = 26.77%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC799F (or 0xAC799F) is known color: Bouquet. HEX triplet: AC, 79 and 9F. RGB value is (172,121,159). Sum of RGB (Red+Green+Blue) = 172+121+159=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC799F is #538660. Grayscale: #8C8C8C. Windows color (decimal): -5473889 or 10451372. OLE color: 10451372.

HSL color Cylindrical-coordinate representation of color #AC799F: hue angle of 315.29º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC799F is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 121 159 -
CMYK 0 0.30 0.08 0.33
HSL 315.29º 0.24% 0.57% -
HSV(B) 315.29º 0.3% 0.67% -
XYZ 30.11 24.95 36.03 -
YUV 140.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 172 121 159 0 0.30 0.08 0.33 315.29 0.24 0.57
Hex AC 79 9F 0 1E 8 21 13B 18 39
Octal 254 171 237 0 36 10 41 473 30 71
Binary 10101100 1111001 10011111 0 11110 1000 100001 100111011 11000 111001

Color Harmonies of #AC799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC799F

Black with #AC799F

Text Example


Text Example

White with #AC799F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC799F; }

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

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

background-color css

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

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

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

border-color css

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

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

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