#9A917A

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

Shades of Pale Oyster #9A917A

Tints of Pale Oyster #9A917A

Color information

#9A917A (or 0x9A917A) is unknown color: approx Pale Oyster. HEX triplet: 9A, 91 and 7A. RGB value is (154,145,122). Sum of RGB (Red+Green+Blue) = 154+145+122=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 154 - color contains mainly: red. Hex color #9A917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A917A is #656E85. Grayscale: #919191. Windows color (decimal): -6647430 or 8032666. OLE color: 8032666.

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

Color convert

RGB154145122-
CMYK00.060.210.40
HSL43.13º13.68%54.12%-
HSV(B)43.13º20.78%60.39%-
XYZ26.9628.5322.5-
YUV145.07114.98134.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.58%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=36.58%
G=34.44%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414512200.060.210.4043.1313.6854.12
Hex9A917A0615282be36
Octal232221172062550531666
Binary100110101001000111110100110101011010001010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,145,122); }

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

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

 a { background-color: rgb(154,145,122); }

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

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

 span { border-color: rgb(154,145,122); }

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