#A49062

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

Shades of Pale Oyster #A49062

Tints of Pale Oyster #A49062

Color information

#A49062 (or 0xA49062) is unknown color: approx Pale Oyster. HEX triplet: A4, 90 and 62. RGB value is (164,144,98). Sum of RGB (Red+Green+Blue) = 164+144+98=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A49062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49062 is #5B6F9D. Grayscale: #909090. Windows color (decimal): -5992350 or 6459556. OLE color: 6459556.

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

Color convert

RGB16414498-
CMYK00.120.400.36
HSL41.82º26.61%51.37%-
HSV(B)41.82º40.24%64.31%-
XYZ27.4928.7215.65-
YUV144.74101.63141.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 98 (38.67% from 255) = 24.14%
R=40.39%
G=35.47%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641449800.120.400.3641.8226.6151.37
HexA490620C28242a1b33
Octal2442201420145044523363
Binary101001001001000011000100110010100010010010101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49062; }

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

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

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

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

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

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

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

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