#A0937A

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

Shades of Pale Oyster #A0937A

Tints of Pale Oyster #A0937A

Color information

#A0937A (or 0xA0937A) is unknown color: approx Pale Oyster. HEX triplet: A0, 93 and 7A. RGB value is (160,147,122). Sum of RGB (Red+Green+Blue) = 160+147+122=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A0937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0937A is #5F6C85. Grayscale: #949494. Windows color (decimal): -6253702 or 8033184. OLE color: 8033184.

HSL color Cylindrical-coordinate representation of color #A0937A: hue angle of 39.47º 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 #A0937A is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB160147122-
CMYK00.080.240.37
HSL39.47º16.67%55.29%-
HSV(B)39.47º23.75%62.75%-
XYZ28.4429.7522.65-
YUV148.04113.31136.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 122 (48.05% from 255) = 28.44%
R=37.30%
G=34.27%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014712200.080.240.3739.4716.6755.29
HexA0937A081825271137
Octal2402231720103045472167
Binary10100000100100111111010010001100010010110011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0937A; }

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

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

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

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

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

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

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

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