#A18F66

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

Shades of Pale Oyster #A18F66

Tints of Pale Oyster #A18F66

Color information

#A18F66 (or 0xA18F66) is unknown color: approx Pale Oyster. HEX triplet: A1, 8F and 66. RGB value is (161,143,102). Sum of RGB (Red+Green+Blue) = 161+143+102=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18F66 is #5E7099. Grayscale: #8F8F8F. Windows color (decimal): -6189210 or 6721441. OLE color: 6721441.

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

Color convert

RGB161143102-
CMYK00.110.370.37
HSL41.69º23.89%51.57%-
HSV(B)41.69º36.65%63.14%-
XYZ26.9228.1816.59-
YUV143.71104.46140.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 143 (56.25% from 255) = 35.22%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=39.66%
G=35.22%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114310200.110.370.3741.6923.8951.57
HexA18F660B25252a1834
Octal2412171460134545523064
Binary101000011000111111001100101110010110010110101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18F66; }

 p { color: rgb(161,143,102); }

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

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

 a { background-color: rgb(161,143,102); }

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

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

 span { border-color: rgb(161,143,102); }

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