#A18E73

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

Shades of Pale Oyster #A18E73

Tints of Pale Oyster #A18E73

Color information

#A18E73 (or 0xA18E73) is unknown color: approx Pale Oyster. HEX triplet: A1, 8E and 73. RGB value is (161,142,115). Sum of RGB (Red+Green+Blue) = 161+142+115=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E73 is #5E718C. Grayscale: #909090. Windows color (decimal): -6189453 or 7573153. OLE color: 7573153.

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

Color convert

RGB161142115-
CMYK00.120.290.37
HSL35.22º19.66%54.12%-
HSV(B)35.22º28.57%63.14%-
XYZ27.4728.1620.21-
YUV144.6111.29139.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 115 (45.31% from 255) = 27.51%
R=38.52%
G=33.97%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114211500.120.290.3735.2219.6654.12
HexA18E730C1D25231436
Octal2412161630143545432466
Binary10100001100011101110011011001110110010110001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E73; }

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

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

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

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

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

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

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

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