Html Css Color HEX #AC859D Bouquet

📋 copy color: '#AC859D'

red 172 ◦ green 133 ◦ blue 157

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

Shades of Bouquet #AC859D

Tints of Bouquet #AC859D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.98%

R = 37.23%
G = 28.79%
B = 33.98%

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

#AC859D (or 0xAC859D) is known color: Bouquet. HEX triplet: AC, 85 and 9D. RGB value is (172,133,157). Sum of RGB (Red+Green+Blue) = 172+133+157=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC859D is #537A62. Grayscale: #939393. Windows color (decimal): -5470819 or 10323372. OLE color: 10323372.

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

Color convert

RGB 172 133 157 -
CMYK 0 0.23 0.09 0.33
HSL 323.08º 0.19% 0.6% -
HSV(B) 323.08º 0.23% 0.67% -
XYZ 31.49 27.98 35.64 -
YUV 147.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 172 133 157 0 0.23 0.09 0.33 323.08 0.19 0.6
Hex AC 85 9D 0 17 9 21 143 13 3C
Octal 254 205 235 0 27 11 41 503 23 74
Binary 10101100 10000101 10011101 0 10111 1001 100001 101000011 10011 111100

Color Harmonies of #AC859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC859D

Black with #AC859D

Text Example


Text Example

White with #AC859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC859D; }

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

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

background-color css

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

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

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

border-color css

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

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

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