Html Css Color HEX #AC8A9F Bouquet

📋 copy color: '#AC8A9F'

red 172 ◦ green 138 ◦ blue 159

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

Shades of Bouquet #AC8A9F

Tints of Bouquet #AC8A9F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.42%

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

R = 36.67%
G = 29.42%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC8A9F (or 0xAC8A9F) is known color: Bouquet. HEX triplet: AC, 8A and 9F. RGB value is (172,138,159). Sum of RGB (Red+Green+Blue) = 172+138+159=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A9F is #537560. Grayscale: #969696. Windows color (decimal): -5469537 or 10455724. OLE color: 10455724.

HSL color Cylindrical-coordinate representation of color #AC8A9F: hue angle of 322.94º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8A9F is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 138 159 -
CMYK 0 0.20 0.08 0.33
HSL 322.94º 0.17% 0.61% -
HSV(B) 322.94º 0.2% 0.67% -
XYZ 32.36 29.45 36.78 -
YUV 150.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 172 138 159 0 0.20 0.08 0.33 322.94 0.17 0.61
Hex AC 8A 9F 0 14 8 21 143 11 3D
Octal 254 212 237 0 24 10 41 503 21 75
Binary 10101100 10001010 10011111 0 10100 1000 100001 101000011 10001 111101

Color Harmonies of #AC8A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A9F

Black with #AC8A9F

Text Example


Text Example

White with #AC8A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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