#A19076

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

Shades of Pale Oyster #A19076

Tints of Pale Oyster #A19076

Color information

#A19076 (or 0xA19076) is unknown color: approx Pale Oyster. HEX triplet: A1, 90 and 76. RGB value is (161,144,118). Sum of RGB (Red+Green+Blue) = 161+144+118=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A19076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19076 is #5E6F89. Grayscale: #929292. Windows color (decimal): -6188938 or 7770273. OLE color: 7770273.

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

Color convert

RGB161144118-
CMYK00.110.270.37
HSL36.28º18.61%54.71%-
HSV(B)36.28º26.71%63.14%-
XYZ27.9428.8321.23-
YUV146.12112.13138.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=38.06%
G=34.04%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114411800.110.270.3736.2818.6154.71
HexA190760B1B25241337
Octal2412201660133345442367
Binary10100001100100001110110010111101110010110010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19076; }

 p { color: rgb(161,144,118); }

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

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

 a { background-color: rgb(161,144,118); }

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

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

 span { border-color: rgb(161,144,118); }

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