#A19278

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

Shades of Pale Oyster #A19278

Tints of Pale Oyster #A19278

Color information

#A19278 (or 0xA19278) is unknown color: approx Pale Oyster. HEX triplet: A1, 92 and 78. RGB value is (161,146,120). Sum of RGB (Red+Green+Blue) = 161+146+120=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A19278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19278 is #5E6D87. Grayscale: #939393. Windows color (decimal): -6188424 or 7901857. OLE color: 7901857.

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

Color convert

RGB161146120-
CMYK00.090.250.37
HSL38.05º17.9%55.1%-
HSV(B)38.05º25.47%63.14%-
XYZ28.3729.4921.97-
YUV147.52112.47137.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 120 (47.27% from 255) = 28.10%
R=37.70%
G=34.19%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114612000.090.250.3738.0517.955.1
HexA19278091925261237
Octal2412221700113145462267
Binary10100001100100101111000010011100110010110011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19278; }

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

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

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

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

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

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

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

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