#A18F6A

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

Shades of Pale Oyster #A18F6A

Tints of Pale Oyster #A18F6A

Color information

#A18F6A (or 0xA18F6A) is unknown color: approx Pale Oyster. HEX triplet: A1, 8F and 6A. RGB value is (161,143,106). Sum of RGB (Red+Green+Blue) = 161+143+106=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18F6A is #5E7095. Grayscale: #909090. Windows color (decimal): -6189206 or 6983585. OLE color: 6983585.

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

Color convert

RGB161143106-
CMYK00.110.340.37
HSL40.36º22.63%52.35%-
HSV(B)40.36º34.16%63.14%-
XYZ27.1228.2617.66-
YUV144.16106.46140.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 106 (41.80% from 255) = 25.85%
R=39.27%
G=34.88%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114310600.110.340.3740.3622.6352.35
HexA18F6A0B2225281734
Octal2412171520134245502764
Binary101000011000111111010100101110001010010110100010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18F6A; }

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

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

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

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

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

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

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

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