#9F9170

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

Shades of Pale Oyster #9F9170

Tints of Pale Oyster #9F9170

Color information

#9F9170 (or 0x9F9170) is unknown color: approx Pale Oyster. HEX triplet: 9F, 91 and 70. RGB value is (159,145,112). Sum of RGB (Red+Green+Blue) = 159+145+112=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9170 is #606E8F. Grayscale: #919191. Windows color (decimal): -6319760 or 7377311. OLE color: 7377311.

HSL color Cylindrical-coordinate representation of color #9F9170: hue angle of 42.13º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F9170 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB159145112-
CMYK00.090.300.38
HSL42.13º19.67%53.14%-
HSV(B)42.13º29.56%62.35%-
XYZ27.3528.7919.45-
YUV145.42109.14137.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.22%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 112 (44.14% from 255) = 26.92%
R=38.22%
G=34.86%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914511200.090.300.3842.1319.6753.14
Hex9F9170091E262a1435
Octal2372211600113646522465
Binary10011111100100011110000010011111010011010101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,145,112); }

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

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

 a { background-color: rgb(159,145,112); }

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

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

 span { border-color: rgb(159,145,112); }

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