#9D9172

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

Shades of Pale Oyster #9D9172

Tints of Pale Oyster #9D9172

Color information

#9D9172 (or 0x9D9172) is unknown color: approx Pale Oyster. HEX triplet: 9D, 91 and 72. RGB value is (157,145,114). Sum of RGB (Red+Green+Blue) = 157+145+114=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9172 is #626E8D. Grayscale: #919191. Windows color (decimal): -6450830 or 7508381. OLE color: 7508381.

HSL color Cylindrical-coordinate representation of color #9D9172: hue angle of 43.26º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D9172 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB157145114-
CMYK00.080.270.38
HSL43.26º17.99%53.14%-
HSV(B)43.26º27.39%61.57%-
XYZ27.0728.6320.02-
YUV145.05110.48136.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.74%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=37.74%
G=34.86%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714511400.080.270.3843.2617.9953.14
Hex9D9172081B262b1235
Octal2352211620103346532265
Binary10011101100100011110010010001101110011010101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,145,114); }

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

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

 a { background-color: rgb(157,145,114); }

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

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

 span { border-color: rgb(157,145,114); }

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