#A0907A

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

Shades of Pale Oyster #A0907A

Tints of Pale Oyster #A0907A

Color information

#A0907A (or 0xA0907A) is unknown color: approx Pale Oyster. HEX triplet: A0, 90 and 7A. RGB value is (160,144,122). Sum of RGB (Red+Green+Blue) = 160+144+122=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A0907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0907A is #5F6F85. Grayscale: #929292. Windows color (decimal): -6254470 or 8032416. OLE color: 8032416.

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

Color convert

RGB160144122-
CMYK00.10.240.37
HSL34.74º16.67%55.29%-
HSV(B)34.74º23.75%62.75%-
XYZ27.9828.8322.5-
YUV146.28114.3137.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.56%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=37.56%
G=33.80%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014412200.10.240.3734.7416.6755.29
HexA0907A0A1825231137
Octal2402201720123045432167
Binary10100000100100001111010010101100010010110001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0907A; }

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

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

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

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

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

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

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

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