#A19079

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

Shades of Pale Oyster #A19079

Tints of Pale Oyster #A19079

Color information

#A19079 (or 0xA19079) is unknown color: approx Pale Oyster. HEX triplet: A1, 90 and 79. RGB value is (161,144,121). Sum of RGB (Red+Green+Blue) = 161+144+121=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A19079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19079 is #5E6F86. Grayscale: #929292. Windows color (decimal): -6188935 or 7966881. OLE color: 7966881.

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

Color convert

RGB161144121-
CMYK00.110.250.37
HSL34.5º17.54%55.29%-
HSV(B)34.5º24.84%63.14%-
XYZ28.1228.922.19-
YUV146.46113.63138.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=37.79%
G=33.80%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114412100.110.250.3734.517.5455.29
HexA190790B1925231237
Octal2412201710133145432267
Binary10100001100100001111001010111100110010110001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19079; }

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

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

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

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

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

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

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

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