Html Css Color HEX #9A886D Pale Oyster

📋 copy color: '#9A886D'

red 154 ◦ green 136 ◦ blue 109

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

Shades of Pale Oyster #9A886D

Tints of Pale Oyster #9A886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.32%

R = 38.6%
G = 34.09%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A886D (or 0x9A886D) is known color: Pale Oyster. HEX triplet: 9A, 88 and 6D. RGB value is (154,136,109). Sum of RGB (Red+Green+Blue) = 154+136+109=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 154 - color contains mainly: red. Hex color #9A886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A886D is #657792. Grayscale: #8A8A8A. Windows color (decimal): -6649747 or 7178394. OLE color: 7178394.

HSL color Cylindrical-coordinate representation of color #9A886D: hue angle of 36º 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 #9A886D is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 136 109 -
CMYK 0 0.12 0.29 0.40
HSL 36º 0.18% 0.52% -
HSV(B) 36º 0.29% 0.6% -
XYZ 24.89 25.58 18.09 -
YUV 138.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 154 136 109 0 0.12 0.29 0.40 36 0.18 0.52
Hex 9A 88 6D 0 C 1D 28 24 12 34
Octal 232 210 155 0 14 35 50 44 22 64
Binary 10011010 10001000 1101101 0 1100 11101 101000 100100 10010 110100

Color Harmonies of #9A886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A886D

Black with #9A886D

Text Example


Text Example

White with #9A886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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