#9A8864

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

Shades of Pale Oyster #9A8864

Tints of Pale Oyster #9A8864

Color information

#9A8864 (or 0x9A8864) is unknown color: approx Pale Oyster. HEX triplet: 9A, 88 and 64. RGB value is (154,136,100). Sum of RGB (Red+Green+Blue) = 154+136+100=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8864 is #65779B. Grayscale: #898989. Windows color (decimal): -6649756 or 6588570. OLE color: 6588570.

HSL color Cylindrical-coordinate representation of color #9A8864: hue angle of 40º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A8864 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB154136100-
CMYK00.120.350.40
HSL40º21.26%49.8%-
HSV(B)40º35.06%60.39%-
XYZ24.4325.415.67-
YUV137.28106.96139.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.49%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 100 (39.45% from 255) = 25.64%
R=39.49%
G=34.87%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413610000.120.350.404021.2649.8
Hex9A88640C2328281532
Octal2322101440144350502562
Binary100110101000100011001000110010001110100010100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,136,100); }

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

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

 a { background-color: rgb(154,136,100); }

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

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

 span { border-color: rgb(154,136,100); }

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