#A18D63

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

Shades of Pale Oyster #A18D63

Tints of Pale Oyster #A18D63

Color information

#A18D63 (or 0xA18D63) is unknown color: approx Pale Oyster. HEX triplet: A1, 8D and 63. RGB value is (161,141,99). Sum of RGB (Red+Green+Blue) = 161+141+99=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D63 is #5E729C. Grayscale: #8E8E8E. Windows color (decimal): -6189725 or 6524321. OLE color: 6524321.

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

Color convert

RGB16114199-
CMYK00.120.390.37
HSL40.65º24.8%50.98%-
HSV(B)40.65º38.51%63.14%-
XYZ26.4727.5315.72-
YUV142.19103.63141.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 141 (55.47% from 255) = 35.16%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=40.15%
G=35.16%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611419900.120.390.3740.6524.850.98
HexA18D630C2725291933
Octal2412151430144745513163
Binary101000011000110111000110110010011110010110100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D63; }

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

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

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

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

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

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

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

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