Shades of Pale Oyster #A18F73
Tints of Pale Oyster #A18F73
RGB
CMYK
RGB Variations
Color information
#A18F73 (or 0xA18F73) is known color: 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
| RGB | 161 | 143 | 115 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.37 |
| HSL | 36.52º | 0.2% | 0.54% | - |
| HSV(B) | 36.52º | 0.29% | 0.63% | - |
| XYZ | 27.61 | 28.46 | 20.26 | - |
| YUV | 145.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 115 | 0 | 0.11 | 0.29 | 0.37 | 36.52 | 0.2 | 0.54 |
| Hex | A1 | 8F | 73 | 0 | B | 1D | 25 | 25 | 14 | 36 |
| Octal | 241 | 217 | 163 | 0 | 13 | 35 | 45 | 45 | 24 | 66 |
| Binary | 10100001 | 10001111 | 1110011 | 0 | 1011 | 11101 | 100101 | 100101 | 10100 | 110110 |
Color Harmonies of #A18F73
Complementary color
Monochromatic Colors of #A18F73
Black with #A18F73
Text Example
Text Example
White with #A18F73
Text Example
Text Example
HTML Codes & Css Web 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>