#9A8998

Color #9A8998 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #9A8998

Tints of Bouquet #9A8998

Color information

#9A8998 (or 0x9A8998) is unknown color: approx Bouquet. HEX triplet: 9A, 89 and 98. RGB value is (154,137,152). Sum of RGB (Red+Green+Blue) = 154+137+152=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8998 is #657667. Grayscale: #8F8F8F. Windows color (decimal): -6649448 or 9996698. OLE color: 9996698.

HSL color Cylindrical-coordinate representation of color #9A8998: hue angle of 307.06º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9A8998 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB154137152-
CMYK00.110.010.40
HSL307.06º7.76%57.06%-
HSV(B)307.06º11.04%60.39%-
XYZ27.9427.0333.45-
YUV143.79132.63135.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.76%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 152 (59.77% from 255) = 34.31%
R=34.76%
G=30.93%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413715200.110.010.40307.067.7657.06
Hex9A89980B128133839
Octal2322112300131504631071
Binary1001101010001001100110000101111010001001100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A8998; }

 p { color: rgb(154,137,152); }

 H1.HeaderClassName
 {
   color: #9A8998;
 }
 .AnyTagClassName
 {
   color: #9A8998;
 }
</style>
background-color css

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

 a { background-color: rgb(154,137,152); }

 div.DivClassName
 {
   background-color: #9A8998;
 }
 .BgClassName
 {
   background-color: #9A8998;
 }
</style>
border-color css

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

 span { border-color: rgb(154,137,152); }

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