Html Css Color HEX #AC859C Bouquet

📋 copy color: '#AC859C'

red 172 ◦ green 133 ◦ blue 156

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

Shades of Bouquet #AC859C

Tints of Bouquet #AC859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.85%

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

R = 37.31%
G = 28.85%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC859C (or 0xAC859C) is known color: Bouquet. HEX triplet: AC, 85 and 9C. RGB value is (172,133,156). Sum of RGB (Red+Green+Blue) = 172+133+156=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC859C is #537A63. Grayscale: #939393. Windows color (decimal): -5470820 or 10257836. OLE color: 10257836.

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

Color convert

RGB 172 133 156 -
CMYK 0 0.23 0.09 0.33
HSL 324.62º 0.19% 0.6% -
HSV(B) 324.62º 0.23% 0.67% -
XYZ 31.4 27.95 35.19 -
YUV 147.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 172 133 156 0 0.23 0.09 0.33 324.62 0.19 0.6
Hex AC 85 9C 0 17 9 21 145 13 3C
Octal 254 205 234 0 27 11 41 505 23 74
Binary 10101100 10000101 10011100 0 10111 1001 100001 101000101 10011 111100

Color Harmonies of #AC859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC859C

Black with #AC859C

Text Example


Text Example

White with #AC859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC859C; }

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

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

background-color css

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

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

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

border-color css

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

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

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