Html Css Color HEX #AC77A0 Bouquet

📋 copy color: '#AC77A0'

red 172 ◦ green 119 ◦ blue 160

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

Shades of Bouquet #AC77A0

Tints of Bouquet #AC77A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.48%

R = 38.14%
G = 26.39%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC77A0 (or 0xAC77A0) is known color: Bouquet. HEX triplet: AC, 77 and A0. RGB value is (172,119,160). Sum of RGB (Red+Green+Blue) = 172+119+160=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC77A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77A0 is #53885F. Grayscale: #8B8B8B. Windows color (decimal): -5474400 or 10516396. OLE color: 10516396.

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

Color convert

RGB 172 119 160 -
CMYK 0 0.31 0.07 0.33
HSL 313.58º 0.24% 0.57% -
HSV(B) 313.58º 0.31% 0.67% -
XYZ 29.96 24.5 36.41 -
YUV 139.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 172 119 160 0 0.31 0.07 0.33 313.58 0.24 0.57
Hex AC 77 A0 0 1F 7 21 13A 18 39
Octal 254 167 240 0 37 7 41 472 30 71
Binary 10101100 1110111 10100000 0 11111 111 100001 100111010 11000 111001

Color Harmonies of #AC77A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC77A0

Black with #AC77A0

Text Example


Text Example

White with #AC77A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC77A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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