#A18E70

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

Shades of Pale Oyster #A18E70

Tints of Pale Oyster #A18E70

Color information

#A18E70 (or 0xA18E70) is unknown color: approx Pale Oyster. HEX triplet: A1, 8E and 70. RGB value is (161,142,112). Sum of RGB (Red+Green+Blue) = 161+142+112=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18E70 is #5E718F. Grayscale: #909090. Windows color (decimal): -6189456 or 7376545. OLE color: 7376545.

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

Color convert

RGB161142112-
CMYK00.120.300.37
HSL36.73º20.68%53.53%-
HSV(B)36.73º30.43%63.14%-
XYZ27.328.0919.31-
YUV144.26109.79139.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=38.80%
G=34.22%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114211200.120.300.3736.7320.6853.53
HexA18E700C1E25251536
Octal2412161600143645452566
Binary10100001100011101110000011001111010010110010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E70; }

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

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

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

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

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

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

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

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