Html Css Color HEX #AC8699 Bouquet

📋 copy color: '#AC8699'

red 172 ◦ green 134 ◦ blue 153

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

Shades of Bouquet #AC8699

Tints of Bouquet #AC8699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.19%

 BLUE value IS 153 (60.16% from 255) = 33.33%

R = 37.47%
G = 29.19%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC8699 (or 0xAC8699) is known color: Bouquet. HEX triplet: AC, 86 and 99. RGB value is (172,134,153). Sum of RGB (Red+Green+Blue) = 172+134+153=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8699 is #537966. Grayscale: #939393. Windows color (decimal): -5470567 or 10061484. OLE color: 10061484.

HSL color Cylindrical-coordinate representation of color #AC8699: hue angle of 330º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC8699 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 134 153 -
CMYK 0 0.22 0.11 0.33
HSL 330º 0.19% 0.6% -
HSV(B) 330º 0.22% 0.67% -
XYZ 31.29 28.12 33.92 -
YUV 147.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 172 134 153 0 0.22 0.11 0.33 330 0.19 0.6
Hex AC 86 99 0 16 B 21 14A 13 3C
Octal 254 206 231 0 26 13 41 512 23 74
Binary 10101100 10000110 10011001 0 10110 1011 100001 101001010 10011 111100

Color Harmonies of #AC8699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8699

Black with #AC8699

Text Example


Text Example

White with #AC8699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8699; }

 p { color: rgb(172,134,153); }

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

background-color css

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

 a { background-color: rgb(172,134,153); }

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

border-color css

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

 span { border-color: rgb(172,134,153); }

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