#A19178

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

Shades of Pale Oyster #A19178

Tints of Pale Oyster #A19178

Color information

#A19178 (or 0xA19178) is unknown color: approx Pale Oyster. HEX triplet: A1, 91 and 78. RGB value is (161,145,120). Sum of RGB (Red+Green+Blue) = 161+145+120=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A19178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19178 is #5E6E87. Grayscale: #939393. Windows color (decimal): -6188680 or 7901601. OLE color: 7901601.

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

Color convert

RGB161145120-
CMYK00.100.250.37
HSL36.59º17.9%55.1%-
HSV(B)36.59º25.47%63.14%-
XYZ28.2129.1821.92-
YUV146.93112.8138.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=37.79%
G=34.04%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114512000.100.250.3736.5917.955.1
HexA191780A1925251237
Octal2412211700123145452267
Binary10100001100100011111000010101100110010110010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19178; }

 p { color: rgb(161,145,120); }

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

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

 a { background-color: rgb(161,145,120); }

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

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

 span { border-color: rgb(161,145,120); }

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