#A18F73

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

Shades of Pale Oyster #A18F73

Tints of Pale Oyster #A18F73

Color information

#A18F73 (or 0xA18F73) is unknown color: approx Pale Oyster. HEX triplet: A1, 8F and 73. RGB value is (161,143,115). Sum of RGB (Red+Green+Blue) = 161+143+115=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18F73 is #5E708C. Grayscale: #919191. Windows color (decimal): -6189197 or 7573409. OLE color: 7573409.

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

Color convert

RGB161143115-
CMYK00.110.290.37
HSL36.52º19.66%54.12%-
HSV(B)36.52º28.57%63.14%-
XYZ27.6128.4620.26-
YUV145.19110.96139.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=38.42%
G=34.13%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114311500.110.290.3736.5219.6654.12
HexA18F730B1D25251436
Octal2412171630133545452466
Binary10100001100011111110011010111110110010110010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18F73; }

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

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

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

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

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

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

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

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