#9D859A

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

Shades of Bouquet #9D859A

Tints of Bouquet #9D859A

Color information

#9D859A (or 0x9D859A) is unknown color: approx Bouquet. HEX triplet: 9D, 85 and 9A. RGB value is (157,133,154). Sum of RGB (Red+Green+Blue) = 157+133+154=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 157 - color contains mainly: red. Hex color #9D859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D859A is #627A65. Grayscale: #8E8E8E. Windows color (decimal): -6453862 or 10126749. OLE color: 10126749.

HSL color Cylindrical-coordinate representation of color #9D859A: hue angle of 307.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D859A is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB157133154-
CMYK00.150.020.38
HSL307.5º10.91%56.86%-
HSV(B)307.5º15.29%61.57%-
XYZ28.1226.2834.16-
YUV142.57134.45138.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=35.36%
G=29.95%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713315400.150.020.38307.510.9156.86
Hex9D859A0F226134b39
Octal2352052320172464641371
Binary10011101100001011001101001111101001101001101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,133,154); }

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

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

 a { background-color: rgb(157,133,154); }

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

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

 span { border-color: rgb(157,133,154); }

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