#9A896D

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

Shades of Pale Oyster #9A896D

Tints of Pale Oyster #9A896D

Color information

#9A896D (or 0x9A896D) is unknown color: approx Pale Oyster. HEX triplet: 9A, 89 and 6D. RGB value is (154,137,109). Sum of RGB (Red+Green+Blue) = 154+137+109=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 154 - color contains mainly: red. Hex color #9A896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A896D is #657692. Grayscale: #8B8B8B. Windows color (decimal): -6649491 or 7178650. OLE color: 7178650.

HSL color Cylindrical-coordinate representation of color #9A896D: hue angle of 37.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A896D is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB154137109-
CMYK00.110.290.40
HSL37.33º18.22%51.57%-
HSV(B)37.33º29.22%60.39%-
XYZ25.0325.8718.14-
YUV138.89111.13138.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.5%
GREEN value IS 137 (53.91% from 255) = 34.25%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=38.5%
G=34.25%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413710900.110.290.4037.3318.2251.57
Hex9A896D0B1D28251234
Octal2322111550133550452264
Binary10011010100010011101101010111110110100010010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,137,109); }

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

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

 a { background-color: rgb(154,137,109); }

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

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

 span { border-color: rgb(154,137,109); }

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