#A49365

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

Shades of Pale Oyster #A49365

Tints of Pale Oyster #A49365

Color information

#A49365 (or 0xA49365) is unknown color: approx Pale Oyster. HEX triplet: A4, 93 and 65. RGB value is (164,147,101). Sum of RGB (Red+Green+Blue) = 164+147+101=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A49365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49365 is #5B6C9A. Grayscale: #939393. Windows color (decimal): -5991579 or 6656932. OLE color: 6656932.

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

Color convert

RGB164147101-
CMYK00.100.380.36
HSL43.81º25.71%51.96%-
HSV(B)43.81º38.41%64.31%-
XYZ28.0929.716.56-
YUV146.84102.13140.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 101 (39.84% from 255) = 24.51%
R=39.81%
G=35.68%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414710100.100.380.3643.8125.7151.96
HexA493650A26242c1a34
Octal2442231450124644543264
Binary101001001001001111001010101010011010010010110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49365; }

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

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

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

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

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

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

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

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