#A09373

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

Shades of Pale Oyster #A09373

Tints of Pale Oyster #A09373

Color information

#A09373 (or 0xA09373) is unknown color: approx Pale Oyster. HEX triplet: A0, 93 and 73. RGB value is (160,147,115). Sum of RGB (Red+Green+Blue) = 160+147+115=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A09373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09373 is #5F6C8C. Grayscale: #939393. Windows color (decimal): -6253709 or 7574432. OLE color: 7574432.

HSL color Cylindrical-coordinate representation of color #A09373: hue angle of 42.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A09373 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB160147115-
CMYK00.080.280.37
HSL42.67º19.15%53.92%-
HSV(B)42.67º28.12%62.75%-
XYZ28.0329.5820.45-
YUV147.24109.81137.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=37.91%
G=34.83%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014711500.080.280.3742.6719.1553.92
HexA09373081C252b1336
Octal2402231630103445532366
Binary10100000100100111110011010001110010010110101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09373; }

 p { color: rgb(160,147,115); }

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

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

 a { background-color: rgb(160,147,115); }

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

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

 span { border-color: rgb(160,147,115); }

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