#A18D6C

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

Shades of Pale Oyster #A18D6C

Tints of Pale Oyster #A18D6C

Color information

#A18D6C (or 0xA18D6C) is unknown color: approx Pale Oyster. HEX triplet: A1, 8D and 6C. RGB value is (161,141,108). Sum of RGB (Red+Green+Blue) = 161+141+108=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D6C is #5E7293. Grayscale: #8F8F8F. Windows color (decimal): -6189716 or 7114145. OLE color: 7114145.

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

Color convert

RGB161141108-
CMYK00.120.330.37
HSL37.36º21.99%52.75%-
HSV(B)37.36º32.92%63.14%-
XYZ26.9327.7118.12-
YUV143.22108.13140.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 108 (42.58% from 255) = 26.34%
R=39.27%
G=34.39%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114110800.120.330.3737.3621.9952.75
HexA18D6C0C2125251635
Octal2412151540144145452665
Binary101000011000110111011000110010000110010110010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D6C; }

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

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

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

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

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

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

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

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