#A49264

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

Shades of Pale Oyster #A49264

Tints of Pale Oyster #A49264

Color information

#A49264 (or 0xA49264) is unknown color: approx Pale Oyster. HEX triplet: A4, 92 and 64. RGB value is (164,146,100). Sum of RGB (Red+Green+Blue) = 164+146+100=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A49264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49264 is #5B6D9B. Grayscale: #929292. Windows color (decimal): -5991836 or 6591140. OLE color: 6591140.

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

Color convert

RGB164146100-
CMYK00.110.390.36
HSL43.13º26.02%51.76%-
HSV(B)43.13º39.02%64.31%-
XYZ27.8929.3716.26-
YUV146.14101.96140.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 146 (57.42% from 255) = 35.61%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=40%
G=35.61%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414610000.110.390.3643.1326.0251.76
HexA492640B27242b1a34
Octal2442221440134744533264
Binary101001001001001011001000101110011110010010101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49264; }

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

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

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

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

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

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

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

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