#9D8A96

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

Shades of Bouquet #9D8A96

Tints of Bouquet #9D8A96

Color information

#9D8A96 (or 0x9D8A96) is unknown color: approx Bouquet. HEX triplet: 9D, 8A and 96. RGB value is (157,138,150). Sum of RGB (Red+Green+Blue) = 157+138+150=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8A96 is #627569. Grayscale: #919191. Windows color (decimal): -6452586 or 9865885. OLE color: 9865885.

HSL color Cylindrical-coordinate representation of color #9D8A96: hue angle of 322.11º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9D8A96 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB157138150-
CMYK00.120.040.38
HSL322.11º8.84%57.84%-
HSV(B)322.11º12.1%61.57%-
XYZ28.527.5532.67-
YUV145.05130.79136.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.28%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=35.28%
G=31.01%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713815000.120.040.38322.118.8457.84
Hex9D8A960C42614293a
Octal2352122260144465021172
Binary100111011000101010010110011001001001101010000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,138,150); }

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

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

 a { background-color: rgb(157,138,150); }

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

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

 span { border-color: rgb(157,138,150); }

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