#A09279

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

Shades of Pale Oyster #A09279

Tints of Pale Oyster #A09279

Color information

#A09279 (or 0xA09279) is unknown color: approx Pale Oyster. HEX triplet: A0, 92 and 79. RGB value is (160,146,121). Sum of RGB (Red+Green+Blue) = 160+146+121=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A09279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09279 is #5F6D86. Grayscale: #939393. Windows color (decimal): -6253959 or 7967392. OLE color: 7967392.

HSL color Cylindrical-coordinate representation of color #A09279: hue angle of 38.46º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09279 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB160146121-
CMYK00.090.240.37
HSL38.46º17.03%55.1%-
HSV(B)38.46º24.38%62.75%-
XYZ28.2329.4122.28-
YUV147.34113.14137.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=37.47%
G=34.19%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014612100.090.240.3738.4617.0355.1
HexA09279091825261137
Octal2402221710113045462167
Binary10100000100100101111001010011100010010110011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09279; }

 p { color: rgb(160,146,121); }

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

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

 a { background-color: rgb(160,146,121); }

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

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

 span { border-color: rgb(160,146,121); }

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