#A18E67

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

Shades of Pale Oyster #A18E67

Tints of Pale Oyster #A18E67

Color information

#A18E67 (or 0xA18E67) is unknown color: approx Pale Oyster. HEX triplet: A1, 8E and 67. RGB value is (161,142,103). Sum of RGB (Red+Green+Blue) = 161+142+103=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E67 is #5E7198. Grayscale: #8F8F8F. Windows color (decimal): -6189465 or 6786721. OLE color: 6786721.

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

Color convert

RGB161142103-
CMYK00.120.360.37
HSL40.34º23.58%51.76%-
HSV(B)40.34º36.02%63.14%-
XYZ26.8227.916.8-
YUV143.23105.29140.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 142 (55.86% from 255) = 34.98%
BLUE value IS 103 (40.62% from 255) = 25.37%
R=39.66%
G=34.98%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114210300.120.360.3740.3423.5851.76
HexA18E670C2425281834
Octal2412161470144445503064
Binary101000011000111011001110110010010010010110100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E67; }

 p { color: rgb(161,142,103); }

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

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

 a { background-color: rgb(161,142,103); }

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

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

 span { border-color: rgb(161,142,103); }

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