#A49477

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

Shades of Pale Oyster #A49477

Tints of Pale Oyster #A49477

Color information

#A49477 (or 0xA49477) is unknown color: approx Pale Oyster. HEX triplet: A4, 94 and 77. RGB value is (164,148,119). Sum of RGB (Red+Green+Blue) = 164+148+119=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A49477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49477 is #5B6B88. Grayscale: #959595. Windows color (decimal): -5991305 or 7836836. OLE color: 7836836.

HSL color Cylindrical-coordinate representation of color #A49477: hue angle of 38.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A49477 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB164148119-
CMYK00.100.270.36
HSL38.67º19.82%55.49%-
HSV(B)38.67º27.44%64.31%-
XYZ29.2330.421.78-
YUV149.48110.8138.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 119 (46.88% from 255) = 27.61%
R=38.05%
G=34.34%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414811900.100.270.3638.6719.8255.49
HexA494770A1B24271437
Octal2442241670123344472467
Binary10100100100101001110111010101101110010010011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49477; }

 p { color: rgb(164,148,119); }

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

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

 a { background-color: rgb(164,148,119); }

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

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

 span { border-color: rgb(164,148,119); }

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