#A18D71

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

Shades of Pale Oyster #A18D71

Tints of Pale Oyster #A18D71

Color information

#A18D71 (or 0xA18D71) is unknown color: approx Pale Oyster. HEX triplet: A1, 8D and 71. RGB value is (161,141,113). Sum of RGB (Red+Green+Blue) = 161+141+113=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D71 is #5E728E. Grayscale: #8F8F8F. Windows color (decimal): -6189711 or 7441825. OLE color: 7441825.

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

Color convert

RGB161141113-
CMYK00.120.300.37
HSL35º20.34%53.73%-
HSV(B)35º29.81%63.14%-
XYZ27.227.8219.56-
YUV143.79110.63140.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 113 (44.53% from 255) = 27.23%
R=38.80%
G=33.98%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114111300.120.300.373520.3453.73
HexA18D710C1E25231436
Octal2412151610143645432466
Binary10100001100011011110001011001111010010110001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D71; }

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

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

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

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

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

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

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

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