#9D848A

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

Shades of Venus #9D848A

Tints of Venus #9D848A

Color information

#9D848A (or 0x9D848A) is unknown color: approx Venus. HEX triplet: 9D, 84 and 8A. RGB value is (157,132,138). Sum of RGB (Red+Green+Blue) = 157+132+138=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 157 - color contains mainly: red. Hex color #9D848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D848A is #627B75. Grayscale: #8C8C8C. Windows color (decimal): -6454134 or 9077917. OLE color: 9077917.

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

Color convert

RGB157132138-
CMYK00.160.120.38
HSL345.6º11.31%56.67%-
HSV(B)345.6º15.92%61.57%-
XYZ26.7425.5127.56-
YUV140.16126.78140.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.77%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=36.77%
G=30.91%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713213800.160.120.38345.611.3156.67
Hex9D848A010C2615ab39
Octal23520421202014465321371
Binary10011101100001001000101001000011001001101010110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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