#A19063

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

Shades of Pale Oyster #A19063

Tints of Pale Oyster #A19063

Color information

#A19063 (or 0xA19063) is unknown color: approx Pale Oyster. HEX triplet: A1, 90 and 63. RGB value is (161,144,99). Sum of RGB (Red+Green+Blue) = 161+144+99=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A19063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19063 is #5E6F9C. Grayscale: #909090. Windows color (decimal): -6188957 or 6525089. OLE color: 6525089.

HSL color Cylindrical-coordinate representation of color #A19063: hue angle of 43.55º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A19063 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB16114499-
CMYK00.110.390.37
HSL43.55º24.8%50.98%-
HSV(B)43.55º38.51%63.14%-
XYZ26.9228.4215.87-
YUV143.95102.63140.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=39.85%
G=35.64%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611449900.110.390.3743.5524.850.98
HexA190630B27252c1933
Octal2412201430134745543163
Binary101000011001000011000110101110011110010110110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19063; }

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

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

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

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

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

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

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

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