Html Css Color HEX #AC8A9B Bouquet

📋 copy color: '#AC8A9B'

red 172 ◦ green 138 ◦ blue 155

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

Shades of Bouquet #AC8A9B

Tints of Bouquet #AC8A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.33%

R = 36.99%
G = 29.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC8A9B (or 0xAC8A9B) is known color: Bouquet. HEX triplet: AC, 8A and 9B. RGB value is (172,138,155). Sum of RGB (Red+Green+Blue) = 172+138+155=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A9B is #537564. Grayscale: #969696. Windows color (decimal): -5469541 or 10193580. OLE color: 10193580.

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

Color convert

RGB 172 138 155 -
CMYK 0 0.20 0.10 0.33
HSL 330º 0.17% 0.61% -
HSV(B) 330º 0.2% 0.67% -
XYZ 32.02 29.31 34.98 -
YUV 150.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 172 138 155 0 0.20 0.10 0.33 330 0.17 0.61
Hex AC 8A 9B 0 14 A 21 14A 11 3D
Octal 254 212 233 0 24 12 41 512 21 75
Binary 10101100 10001010 10011011 0 10100 1010 100001 101001010 10001 111101

Color Harmonies of #AC8A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A9B

Black with #AC8A9B

Text Example


Text Example

White with #AC8A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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