#9A8699

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

Shades of Bouquet #9A8699

Tints of Bouquet #9A8699

Color information

#9A8699 (or 0x9A8699) is unknown color: approx Bouquet. HEX triplet: 9A, 86 and 99. RGB value is (154,134,153). Sum of RGB (Red+Green+Blue) = 154+134+153=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8699 is #657966. Grayscale: #8E8E8E. Windows color (decimal): -6650215 or 10061466. OLE color: 10061466.

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

Color convert

RGB154134153-
CMYK00.130.010.40
HSL303º9.01%56.47%-
HSV(B)303º12.99%60.39%-
XYZ27.626.2233.74-
YUV142.15134.13136.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.92%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 153 (60.16% from 255) = 34.69%
R=34.92%
G=30.39%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413415300.130.010.403039.0156.47
Hex9A86990D12812f938
Octal2322062310151504571170
Binary1001101010000110100110010110111010001001011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,134,153); }

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

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

 a { background-color: rgb(154,134,153); }

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

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

 span { border-color: rgb(154,134,153); }

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