Html Css Color HEX #AC77A5 Bouquet

📋 copy color: '#AC77A5'

red 172 ◦ green 119 ◦ blue 165

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

Shades of Bouquet #AC77A5

Tints of Bouquet #AC77A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.18%

R = 37.72%
G = 26.1%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AC77A5 (or 0xAC77A5) is known color: Bouquet. HEX triplet: AC, 77 and A5. RGB value is (172,119,165). Sum of RGB (Red+Green+Blue) = 172+119+165=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC77A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77A5 is #53885A. Grayscale: #8B8B8B. Windows color (decimal): -5474395 or 10844076. OLE color: 10844076.

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

Color convert

RGB 172 119 165 -
CMYK 0 0.31 0.04 0.33
HSL 307.92º 0.24% 0.57% -
HSV(B) 307.92º 0.31% 0.67% -
XYZ 30.4 24.68 38.76 -
YUV 140.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 172 119 165 0 0.31 0.04 0.33 307.92 0.24 0.57
Hex AC 77 A5 0 1F 4 21 134 18 39
Octal 254 167 245 0 37 4 41 464 30 71
Binary 10101100 1110111 10100101 0 11111 100 100001 100110100 11000 111001

Color Harmonies of #AC77A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC77A5

Black with #AC77A5

Text Example


Text Example

White with #AC77A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC77A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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