Html Css Color HEX #AC779E Bouquet

📋 copy color: '#AC779E'

red 172 ◦ green 119 ◦ blue 158

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

Shades of Bouquet #AC779E

Tints of Bouquet #AC779E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.5%

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

R = 38.31%
G = 26.5%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC779E (or 0xAC779E) is known color: Bouquet. HEX triplet: AC, 77 and 9E. RGB value is (172,119,158). Sum of RGB (Red+Green+Blue) = 172+119+158=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC779E is #538861. Grayscale: #8B8B8B. Windows color (decimal): -5474402 or 10385324. OLE color: 10385324.

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

Color convert

RGB 172 119 158 -
CMYK 0 0.31 0.08 0.33
HSL 315.85º 0.24% 0.57% -
HSV(B) 315.85º 0.31% 0.67% -
XYZ 29.78 24.43 35.49 -
YUV 139.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 172 119 158 0 0.31 0.08 0.33 315.85 0.24 0.57
Hex AC 77 9E 0 1F 8 21 13C 18 39
Octal 254 167 236 0 37 10 41 474 30 71
Binary 10101100 1110111 10011110 0 11111 1000 100001 100111100 11000 111001

Color Harmonies of #AC779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC779E

Black with #AC779E

Text Example


Text Example

White with #AC779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC779E; }

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

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

background-color css

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

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

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

border-color css

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

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

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