Html Css Color HEX #AC769C Bouquet

📋 copy color: '#AC769C'

red 172 ◦ green 118 ◦ blue 156

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

Shades of Bouquet #AC769C

Tints of Bouquet #AC769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.46%

 BLUE value IS 156 (61.33% from 255) = 34.98%

R = 38.57%
G = 26.46%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC769C (or 0xAC769C) is known color: Bouquet. HEX triplet: AC, 76 and 9C. RGB value is (172,118,156). Sum of RGB (Red+Green+Blue) = 172+118+156=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC769C is #538963. Grayscale: #8A8A8A. Windows color (decimal): -5474660 or 10253996. OLE color: 10253996.

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

Color convert

RGB 172 118 156 -
CMYK 0 0.31 0.09 0.33
HSL 317.78º 0.25% 0.57% -
HSV(B) 317.78º 0.31% 0.67% -
XYZ 29.49 24.13 34.56 -
YUV 138.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 172 118 156 0 0.31 0.09 0.33 317.78 0.25 0.57
Hex AC 76 9C 0 1F 9 21 13E 19 39
Octal 254 166 234 0 37 11 41 476 31 71
Binary 10101100 1110110 10011100 0 11111 1001 100001 100111110 11001 111001

Color Harmonies of #AC769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC769C

Black with #AC769C

Text Example


Text Example

White with #AC769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC769C; }

 p { color: rgb(172,118,156); }

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

background-color css

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

 a { background-color: rgb(172,118,156); }

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

border-color css

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

 span { border-color: rgb(172,118,156); }

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