Shades of Pale Oyster #A18F61
Tints of Pale Oyster #A18F61
RGB
CMYK
RGB Variations
Color information
#A18F61 (or 0xA18F61) is known color: Pale Oyster. HEX triplet: A1, 8F and 61. RGB value is (161,143,97). Sum of RGB (Red+Green+Blue) = 161+143+97=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18F61 is #5E709E. Grayscale: #8F8F8F. Windows color (decimal): -6189215 or 6393761. OLE color: 6393761.
HSL color Cylindrical-coordinate representation of color #A18F61: hue angle of 43.12º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18F61 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 97 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.37 |
| HSL | 43.13º | 0.25% | 0.51% | - |
| HSV(B) | 43.13º | 0.4% | 0.63% | - |
| XYZ | 26.68 | 28.09 | 15.32 | - |
| YUV | 143.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 97 | 0 | 0.11 | 0.40 | 0.37 | 43.13 | 0.25 | 0.51 |
| Hex | A1 | 8F | 61 | 0 | B | 28 | 25 | 2B | 19 | 33 |
| Octal | 241 | 217 | 141 | 0 | 13 | 50 | 45 | 53 | 31 | 63 |
| Binary | 10100001 | 10001111 | 1100001 | 0 | 1011 | 101000 | 100101 | 101011 | 11001 | 110011 |
Color Harmonies of #A18F61
Complementary color
Monochromatic Colors of #A18F61
Black with #A18F61
Text Example
Text Example
White with #A18F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F61; }
p { color: rgb(161,143,97); }
H1.HeaderClassName
{
color: #A18F61;
}
.AnyTagClassName
{
color: #A18F61;
}
</style>
background-color css
<style>
a { background-color: #A18F61; }
a { background-color: rgb(161,143,97); }
div.DivClassName
{
background-color: #A18F61;
}
.BgClassName
{
background-color: #A18F61;
}
</style>
border-color css
<style>
span { border-color: #A18F61; }
span { border-color: rgb(161,143,97); }
td.TdClassName
{
border-color: #A18F61;
}
.TagClassName
{
border-color: #A18F61;
}
</style>