#A18F6E

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

Shades of Pale Oyster #A18F6E

Tints of Pale Oyster #A18F6E

Color information

#A18F6E (or 0xA18F6E) is unknown color: approx Pale Oyster. HEX triplet: A1, 8F and 6E. RGB value is (161,143,110). Sum of RGB (Red+Green+Blue) = 161+143+110=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18F6E is #5E7091. Grayscale: #909090. Windows color (decimal): -6189202 or 7245729. OLE color: 7245729.

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

Color convert

RGB161143110-
CMYK00.110.320.37
HSL38.82º21.34%53.14%-
HSV(B)38.82º31.68%63.14%-
XYZ27.3328.3518.78-
YUV144.62108.46139.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=38.89%
G=34.54%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114311000.110.320.3738.8221.3453.14
HexA18F6E0B2025271535
Octal2412171560134045472565
Binary101000011000111111011100101110000010010110011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18F6E; }

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

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

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

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

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

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

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

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