Shades of Pale Oyster #A18C6C
Tints of Pale Oyster #A18C6C
RGB
CMYK
RGB Variations
Color information
#A18C6C (or 0xA18C6C) is known color: Pale Oyster. HEX triplet: A1, 8C and 6C. RGB value is (161,140,108). Sum of RGB (Red+Green+Blue) = 161+140+108=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C6C is #5E7393. Grayscale: #8E8E8E. Windows color (decimal): -6189972 or 7113889. OLE color: 7113889.
HSL color Cylindrical-coordinate representation of color #A18C6C: hue angle of 36.23º 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 #A18C6C is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 108 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.37 |
| HSL | 36.23º | 0.22% | 0.53% | - |
| HSV(B) | 36.23º | 0.33% | 0.63% | - |
| XYZ | 26.78 | 27.42 | 18.07 | - |
| YUV | 142.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 108 | 0 | 0.13 | 0.33 | 0.37 | 36.23 | 0.22 | 0.53 |
| Hex | A1 | 8C | 6C | 0 | D | 21 | 25 | 24 | 16 | 35 |
| Octal | 241 | 214 | 154 | 0 | 15 | 41 | 45 | 44 | 26 | 65 |
| Binary | 10100001 | 10001100 | 1101100 | 0 | 1101 | 100001 | 100101 | 100100 | 10110 | 110101 |
Color Harmonies of #A18C6C
Complementary color
Monochromatic Colors of #A18C6C
Black with #A18C6C
Text Example
Text Example
White with #A18C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C6C; }
p { color: rgb(161,140,108); }
H1.HeaderClassName
{
color: #A18C6C;
}
.AnyTagClassName
{
color: #A18C6C;
}
</style>
background-color css
<style>
a { background-color: #A18C6C; }
a { background-color: rgb(161,140,108); }
div.DivClassName
{
background-color: #A18C6C;
}
.BgClassName
{
background-color: #A18C6C;
}
</style>
border-color css
<style>
span { border-color: #A18C6C; }
span { border-color: rgb(161,140,108); }
td.TdClassName
{
border-color: #A18C6C;
}
.TagClassName
{
border-color: #A18C6C;
}
</style>