Html Css Color HEX #AC799E Bouquet

📋 copy color: '#AC799E'

red 172 ◦ green 121 ◦ blue 158

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

Shades of Bouquet #AC799E

Tints of Bouquet #AC799E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.03%

R = 38.14%
G = 26.83%
B = 35.03%

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

#AC799E (or 0xAC799E) is known color: Bouquet. HEX triplet: AC, 79 and 9E. RGB value is (172,121,158). Sum of RGB (Red+Green+Blue) = 172+121+158=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC799E is #538661. Grayscale: #8C8C8C. Windows color (decimal): -5473890 or 10385836. OLE color: 10385836.

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

Color convert

RGB 172 121 158 -
CMYK 0 0.30 0.08 0.33
HSL 316.47º 0.24% 0.57% -
HSV(B) 316.47º 0.3% 0.67% -
XYZ 30.02 24.91 35.57 -
YUV 140.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 172 121 158 0 0.30 0.08 0.33 316.47 0.24 0.57
Hex AC 79 9E 0 1E 8 21 13C 18 39
Octal 254 171 236 0 36 10 41 474 30 71
Binary 10101100 1111001 10011110 0 11110 1000 100001 100111100 11000 111001

Color Harmonies of #AC799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC799E

Black with #AC799E

Text Example


Text Example

White with #AC799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC799E; }

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

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

background-color css

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

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

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

border-color css

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

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

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