Html Css Color HEX #9A8873 Pale Oyster

📋 copy color: '#9A8873'

red 154 ◦ green 136 ◦ blue 115

#9A8873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Oyster #9A8873

Tints of Pale Oyster #9A8873

RGB

 RED value IS 154 (60.55% from 255) = 38.02%

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 115 (45.31% from 255) = 28.4%

R = 38.02%
G = 33.58%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#9A8873 (or 0x9A8873) is known color: Pale Oyster. HEX triplet: 9A, 88 and 73. RGB value is (154,136,115). Sum of RGB (Red+Green+Blue) = 154+136+115=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8873 is #65778C. Grayscale: #8B8B8B. Windows color (decimal): -6649741 or 7571610. OLE color: 7571610.

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

Color convert

RGB 154 136 115 -
CMYK 0 0.12 0.25 0.40
HSL 32.31º 0.16% 0.53% -
HSV(B) 32.31º 0.25% 0.6% -
XYZ 25.23 25.72 19.85 -
YUV 138.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 154 136 115 0 0.12 0.25 0.40 32.31 0.16 0.53
Hex 9A 88 73 0 C 19 28 20 10 35
Octal 232 210 163 0 14 31 50 40 20 65
Binary 10011010 10001000 1110011 0 1100 11001 101000 100000 10000 110101

Color Harmonies of #9A8873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8873

Black with #9A8873

Text Example


Text Example

White with #9A8873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A8873;
 }
 .AnyTagClassName
 {
   color: #9A8873;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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