#A18E74

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

Shades of Pale Oyster #A18E74

Tints of Pale Oyster #A18E74

Color information

#A18E74 (or 0xA18E74) is unknown color: approx Pale Oyster. HEX triplet: A1, 8E and 74. RGB value is (161,142,116). Sum of RGB (Red+Green+Blue) = 161+142+116=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E74 is #5E718B. Grayscale: #909090. Windows color (decimal): -6189452 or 7638689. OLE color: 7638689.

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

Color convert

RGB161142116-
CMYK00.120.280.37
HSL34.67º19.31%54.31%-
HSV(B)34.67º27.95%63.14%-
XYZ27.5228.1820.51-
YUV144.72111.79139.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=38.42%
G=33.89%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114211600.120.280.3734.6719.3154.31
HexA18E740C1C25231336
Octal2412161640143445432366
Binary10100001100011101110100011001110010010110001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E74; }

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

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

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

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

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

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

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

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