Shades of Pale Oyster #A18F6C
Tints of Pale Oyster #A18F6C
RGB
CMYK
RGB Variations
Color information
#A18F6C (or 0xA18F6C) is known color: Pale Oyster. HEX triplet: A1, 8F and 6C. RGB value is (161,143,108). Sum of RGB (Red+Green+Blue) = 161+143+108=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18F6C is #5E7093. Grayscale: #909090. Windows color (decimal): -6189204 or 7114657. OLE color: 7114657.
HSL color Cylindrical-coordinate representation of color #A18F6C: hue angle of 39.62º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A18F6C is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 108 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.37 |
| HSL | 39.62º | 0.22% | 0.53% | - |
| HSV(B) | 39.62º | 0.33% | 0.63% | - |
| XYZ | 27.23 | 28.3 | 18.22 | - |
| YUV | 144.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 108 | 0 | 0.11 | 0.33 | 0.37 | 39.62 | 0.22 | 0.53 |
| Hex | A1 | 8F | 6C | 0 | B | 21 | 25 | 28 | 16 | 35 |
| Octal | 241 | 217 | 154 | 0 | 13 | 41 | 45 | 50 | 26 | 65 |
| Binary | 10100001 | 10001111 | 1101100 | 0 | 1011 | 100001 | 100101 | 101000 | 10110 | 110101 |
Color Harmonies of #A18F6C
Complementary color
Monochromatic Colors of #A18F6C
Black with #A18F6C
Text Example
Text Example
White with #A18F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F6C; }
p { color: rgb(161,143,108); }
H1.HeaderClassName
{
color: #A18F6C;
}
.AnyTagClassName
{
color: #A18F6C;
}
</style>
background-color css
<style>
a { background-color: #A18F6C; }
a { background-color: rgb(161,143,108); }
div.DivClassName
{
background-color: #A18F6C;
}
.BgClassName
{
background-color: #A18F6C;
}
</style>
border-color css
<style>
span { border-color: #A18F6C; }
span { border-color: rgb(161,143,108); }
td.TdClassName
{
border-color: #A18F6C;
}
.TagClassName
{
border-color: #A18F6C;
}
</style>