Html Css Color HEX #AC859F Bouquet

📋 copy color: '#AC859F'

red 172 ◦ green 133 ◦ blue 159

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

Shades of Bouquet #AC859F

Tints of Bouquet #AC859F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.27%

R = 37.07%
G = 28.66%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC859F (or 0xAC859F) is known color: Bouquet. HEX triplet: AC, 85 and 9F. RGB value is (172,133,159). Sum of RGB (Red+Green+Blue) = 172+133+159=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC859F is #537A60. Grayscale: #939393. Windows color (decimal): -5470817 or 10454444. OLE color: 10454444.

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

Color convert

RGB 172 133 159 -
CMYK 0 0.23 0.08 0.33
HSL 320º 0.19% 0.6% -
HSV(B) 320º 0.23% 0.67% -
XYZ 31.66 28.05 36.55 -
YUV 147.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 172 133 159 0 0.23 0.08 0.33 320 0.19 0.6
Hex AC 85 9F 0 17 8 21 140 13 3C
Octal 254 205 237 0 27 10 41 500 23 74
Binary 10101100 10000101 10011111 0 10111 1000 100001 101000000 10011 111100

Color Harmonies of #AC859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC859F

Black with #AC859F

Text Example


Text Example

White with #AC859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC859F; }

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

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

background-color css

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

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

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

border-color css

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

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

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