#A49265

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

Shades of Pale Oyster #A49265

Tints of Pale Oyster #A49265

Color information

#A49265 (or 0xA49265) is unknown color: approx Pale Oyster. HEX triplet: A4, 92 and 65. RGB value is (164,146,101). Sum of RGB (Red+Green+Blue) = 164+146+101=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A49265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49265 is #5B6D9A. Grayscale: #929292. Windows color (decimal): -5991835 or 6656676. OLE color: 6656676.

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

Color convert

RGB164146101-
CMYK00.110.380.36
HSL42.86º25.71%51.96%-
HSV(B)42.86º38.41%64.31%-
XYZ27.9429.3916.51-
YUV146.25102.46140.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 101 (39.84% from 255) = 24.57%
R=39.90%
G=35.52%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414610100.110.380.3642.8625.7151.96
HexA492650B26242b1a34
Octal2442221450134644533264
Binary101001001001001011001010101110011010010010101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49265; }

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

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

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

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

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

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

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

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