Html Css Color HEX #AC8895 Bouquet

📋 copy color: '#AC8895'

red 172 ◦ green 136 ◦ blue 149

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

Shades of Bouquet #AC8895

Tints of Bouquet #AC8895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.76%

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 37.64%
G = 29.76%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC8895 (or 0xAC8895) is known color: Bouquet. HEX triplet: AC, 88 and 95. RGB value is (172,136,149). Sum of RGB (Red+Green+Blue) = 172+136+149=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8895 is #53776A. Grayscale: #949494. Windows color (decimal): -5470059 or 9799852. OLE color: 9799852.

HSL color Cylindrical-coordinate representation of color #AC8895: hue angle of 338.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC8895 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 136 149 -
CMYK 0 0.21 0.13 0.33
HSL 338.33º 0.18% 0.6% -
HSV(B) 338.33º 0.21% 0.67% -
XYZ 31.24 28.55 32.3 -
YUV 148.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 172 136 149 0 0.21 0.13 0.33 338.33 0.18 0.6
Hex AC 88 95 0 15 D 21 152 12 3C
Octal 254 210 225 0 25 15 41 522 22 74
Binary 10101100 10001000 10010101 0 10101 1101 100001 101010010 10010 111100

Color Harmonies of #AC8895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8895

Black with #AC8895

Text Example


Text Example

White with #AC8895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8895; }

 p { color: rgb(172,136,149); }

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

background-color css

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

 a { background-color: rgb(172,136,149); }

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

border-color css

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

 span { border-color: rgb(172,136,149); }

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