#A19077

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

Shades of Pale Oyster #A19077

Tints of Pale Oyster #A19077

Color information

#A19077 (or 0xA19077) is unknown color: approx Pale Oyster. HEX triplet: A1, 90 and 77. RGB value is (161,144,119). Sum of RGB (Red+Green+Blue) = 161+144+119=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A19077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19077 is #5E6F88. Grayscale: #929292. Windows color (decimal): -6188937 or 7835809. OLE color: 7835809.

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

Color convert

RGB161144119-
CMYK00.110.260.37
HSL35.71º18.26%54.9%-
HSV(B)35.71º26.09%63.14%-
XYZ2828.8621.55-
YUV146.23112.63138.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=37.97%
G=33.96%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114411900.110.260.3735.7118.2654.9
HexA190770B1A25241237
Octal2412201670133245442267
Binary10100001100100001110111010111101010010110010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19077; }

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

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

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

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

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

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

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

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