#A49377

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

Shades of Pale Oyster #A49377

Tints of Pale Oyster #A49377

Color information

#A49377 (or 0xA49377) is unknown color: approx Pale Oyster. HEX triplet: A4, 93 and 77. RGB value is (164,147,119). Sum of RGB (Red+Green+Blue) = 164+147+119=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A49377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49377 is #5B6C88. Grayscale: #959595. Windows color (decimal): -5991561 or 7836580. OLE color: 7836580.

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

Color convert

RGB164147119-
CMYK00.100.270.36
HSL37.33º19.82%55.49%-
HSV(B)37.33º27.44%64.31%-
XYZ29.0730.0921.73-
YUV148.89111.13138.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=38.14%
G=34.19%
B=27.67%

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
Decimal16414711900.100.270.3637.3319.8255.49
HexA493770A1B24251437
Octal2442231670123344452467
Binary10100100100100111110111010101101110010010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49377; }

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

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

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

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

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

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

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

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