Html Css Color HEX #AC8995 Bouquet

📋 copy color: '#AC8995'

red 172 ◦ green 137 ◦ blue 149

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

Shades of Bouquet #AC8995

Tints of Bouquet #AC8995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.91%

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

R = 37.55%
G = 29.91%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC8995 (or 0xAC8995) is known color: Bouquet. HEX triplet: AC, 89 and 95. RGB value is (172,137,149). Sum of RGB (Red+Green+Blue) = 172+137+149=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8995 is #53766A. Grayscale: #949494. Windows color (decimal): -5469803 or 9800108. OLE color: 9800108.

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

Color convert

RGB 172 137 149 -
CMYK 0 0.20 0.13 0.33
HSL 339.43º 0.17% 0.61% -
HSV(B) 339.43º 0.2% 0.67% -
XYZ 31.38 28.83 32.34 -
YUV 148.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 172 137 149 0 0.20 0.13 0.33 339.43 0.17 0.61
Hex AC 89 95 0 14 D 21 153 11 3D
Octal 254 211 225 0 24 15 41 523 21 75
Binary 10101100 10001001 10010101 0 10100 1101 100001 101010011 10001 111101

Color Harmonies of #AC8995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8995

Black with #AC8995

Text Example


Text Example

White with #AC8995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8995; }

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

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

background-color css

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

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

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

border-color css

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

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

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