Html Css Color HEX #AC859A Bouquet

📋 copy color: '#AC859A'

red 172 ◦ green 133 ◦ blue 154

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

Shades of Bouquet #AC859A

Tints of Bouquet #AC859A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.55%

R = 37.47%
G = 28.98%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC859A (or 0xAC859A) is known color: Bouquet. HEX triplet: AC, 85 and 9A. RGB value is (172,133,154). Sum of RGB (Red+Green+Blue) = 172+133+154=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC859A is #537A65. Grayscale: #939393. Windows color (decimal): -5470822 or 10126764. OLE color: 10126764.

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

Color convert

RGB 172 133 154 -
CMYK 0 0.23 0.10 0.33
HSL 327.69º 0.19% 0.6% -
HSV(B) 327.69º 0.23% 0.67% -
XYZ 31.23 27.88 34.31 -
YUV 147.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 172 133 154 0 0.23 0.10 0.33 327.69 0.19 0.6
Hex AC 85 9A 0 17 A 21 148 13 3C
Octal 254 205 232 0 27 12 41 510 23 74
Binary 10101100 10000101 10011010 0 10111 1010 100001 101001000 10011 111100

Color Harmonies of #AC859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC859A

Black with #AC859A

Text Example


Text Example

White with #AC859A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC859A; }

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

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

background-color css

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

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

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

border-color css

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

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

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