#A49063

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

Shades of Pale Oyster #A49063

Tints of Pale Oyster #A49063

Color information

#A49063 (or 0xA49063) is unknown color: approx Pale Oyster. HEX triplet: A4, 90 and 63. RGB value is (164,144,99). Sum of RGB (Red+Green+Blue) = 164+144+99=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A49063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49063 is #5B6F9C. Grayscale: #919191. Windows color (decimal): -5992349 or 6525092. OLE color: 6525092.

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

Color convert

RGB16414499-
CMYK00.120.400.36
HSL41.54º26.32%51.57%-
HSV(B)41.54º39.63%64.31%-
XYZ27.5428.7415.9-
YUV144.85102.13141.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 99 (39.06% from 255) = 24.32%
R=40.29%
G=35.38%
B=24.32%

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
Decimal1641449900.120.400.3641.5426.3251.57
HexA490630C28242a1a34
Octal2442201430145044523264
Binary101001001001000011000110110010100010010010101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49063; }

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

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

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

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

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

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

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

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