#A18D65

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

Shades of Pale Oyster #A18D65

Tints of Pale Oyster #A18D65

Color information

#A18D65 (or 0xA18D65) is unknown color: approx Pale Oyster. HEX triplet: A1, 8D and 65. RGB value is (161,141,101). Sum of RGB (Red+Green+Blue) = 161+141+101=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D65 is #5E729A. Grayscale: #8E8E8E. Windows color (decimal): -6189723 or 6655393. OLE color: 6655393.

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

Color convert

RGB161141101-
CMYK00.120.370.37
HSL40º24.19%51.37%-
HSV(B)40º37.27%63.14%-
XYZ26.5727.5716.23-
YUV142.42104.63141.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=39.95%
G=34.99%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114110100.120.370.374024.1951.37
HexA18D650C2525281833
Octal2412151450144545503063
Binary101000011000110111001010110010010110010110100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D65; }

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

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

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

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

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

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

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

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