#A18E65

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

Shades of Pale Oyster #A18E65

Tints of Pale Oyster #A18E65

Color information

#A18E65 (or 0xA18E65) is unknown color: approx Pale Oyster. HEX triplet: A1, 8E and 65. RGB value is (161,142,101). Sum of RGB (Red+Green+Blue) = 161+142+101=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E65 is #5E719A. Grayscale: #8F8F8F. Windows color (decimal): -6189467 or 6655649. OLE color: 6655649.

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

Color convert

RGB161142101-
CMYK00.120.370.37
HSL41º24.19%51.37%-
HSV(B)41º37.27%63.14%-
XYZ26.7227.8616.28-
YUV143.01104.29140.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 142 (55.86% from 255) = 35.15%
BLUE value IS 101 (39.84% from 255) = 25%
R=39.85%
G=35.15%
B=25%

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
Decimal16114210100.120.370.374124.1951.37
HexA18E650C2525291833
Octal2412161450144545513063
Binary101000011000111011001010110010010110010110100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E65; }

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

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

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

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

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

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

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

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