Html Css Color HEX #AC769E Bouquet

📋 copy color: '#AC769E'

red 172 ◦ green 118 ◦ blue 158

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

Shades of Bouquet #AC769E

Tints of Bouquet #AC769E

RGB

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

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

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

R = 38.39%
G = 26.34%
B = 35.27%

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

#AC769E (or 0xAC769E) is known color: Bouquet. HEX triplet: AC, 76 and 9E. RGB value is (172,118,158). Sum of RGB (Red+Green+Blue) = 172+118+158=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC769E is #538961. Grayscale: #8A8A8A. Windows color (decimal): -5474658 or 10385068. OLE color: 10385068.

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

Color convert

RGB 172 118 158 -
CMYK 0 0.31 0.08 0.33
HSL 315.56º 0.25% 0.57% -
HSV(B) 315.56º 0.31% 0.67% -
XYZ 29.66 24.2 35.45 -
YUV 138.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 172 118 158 0 0.31 0.08 0.33 315.56 0.25 0.57
Hex AC 76 9E 0 1F 8 21 13C 19 39
Octal 254 166 236 0 37 10 41 474 31 71
Binary 10101100 1110110 10011110 0 11111 1000 100001 100111100 11001 111001

Color Harmonies of #AC769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC769E

Black with #AC769E

Text Example


Text Example

White with #AC769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC769E; }

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

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

background-color css

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

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

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

border-color css

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

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

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