#A18D67

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

Shades of Pale Oyster #A18D67

Tints of Pale Oyster #A18D67

Color information

#A18D67 (or 0xA18D67) is unknown color: approx Pale Oyster. HEX triplet: A1, 8D and 67. RGB value is (161,141,103). Sum of RGB (Red+Green+Blue) = 161+141+103=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D67 is #5E7298. Grayscale: #8E8E8E. Windows color (decimal): -6189721 or 6786465. OLE color: 6786465.

HSL color Cylindrical-coordinate representation of color #A18D67: hue angle of 39.31º 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 #A18D67 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB161141103-
CMYK00.120.360.37
HSL39.31º23.58%51.76%-
HSV(B)39.31º36.02%63.14%-
XYZ26.6727.6116.75-
YUV142.65105.63141.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.75%
GREEN value IS 141 (55.47% from 255) = 34.81%
BLUE value IS 103 (40.62% from 255) = 25.43%
R=39.75%
G=34.81%
B=25.43%

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
Decimal16114110300.120.360.3739.3123.5851.76
HexA18D670C2425271834
Octal2412151470144445473064
Binary101000011000110111001110110010010010010110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D67; }

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

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

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

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

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

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

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

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