#A49262

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

Shades of Pale Oyster #A49262

Tints of Pale Oyster #A49262

Color information

#A49262 (or 0xA49262) is unknown color: approx Pale Oyster. HEX triplet: A4, 92 and 62. RGB value is (164,146,98). Sum of RGB (Red+Green+Blue) = 164+146+98=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A49262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49262 is #5B6D9D. Grayscale: #929292. Windows color (decimal): -5991838 or 6460068. OLE color: 6460068.

HSL color Cylindrical-coordinate representation of color #A49262: hue angle of 43.64º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A49262 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16414698-
CMYK00.110.400.36
HSL43.64º26.61%51.37%-
HSV(B)43.64º40.24%64.31%-
XYZ27.7929.3315.75-
YUV145.91100.96140.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 98 (38.67% from 255) = 24.02%
R=40.20%
G=35.78%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641469800.110.400.3643.6426.6151.37
HexA492620B28242c1b33
Octal2442221420135044543363
Binary101001001001001011000100101110100010010010110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49262; }

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

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

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

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

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

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

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

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