Shades of Pale Oyster #A19068
Tints of Pale Oyster #A19068
RGB
CMYK
RGB Variations
Color information
#A19068 (or 0xA19068) is known color: Pale Oyster. HEX triplet: A1, 90 and 68. RGB value is (161,144,104). Sum of RGB (Red+Green+Blue) = 161+144+104=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A19068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19068 is #5E6F97. Grayscale: #909090. Windows color (decimal): -6188952 or 6852769. OLE color: 6852769.
HSL color Cylindrical-coordinate representation of color #A19068: hue angle of 42.11º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A19068 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 104 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.37 |
| HSL | 42.11º | 0.23% | 0.52% | - |
| HSV(B) | 42.11º | 0.35% | 0.63% | - |
| XYZ | 27.17 | 28.52 | 17.17 | - |
| YUV | 144.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 104 | 0 | 0.11 | 0.35 | 0.37 | 42.11 | 0.23 | 0.52 |
| Hex | A1 | 90 | 68 | 0 | B | 23 | 25 | 2A | 17 | 34 |
| Octal | 241 | 220 | 150 | 0 | 13 | 43 | 45 | 52 | 27 | 64 |
| Binary | 10100001 | 10010000 | 1101000 | 0 | 1011 | 100011 | 100101 | 101010 | 10111 | 110100 |
Color Harmonies of #A19068
Complementary color
Monochromatic Colors of #A19068
Black with #A19068
Text Example
Text Example
White with #A19068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19068; }
p { color: rgb(161,144,104); }
H1.HeaderClassName
{
color: #A19068;
}
.AnyTagClassName
{
color: #A19068;
}
</style>
background-color css
<style>
a { background-color: #A19068; }
a { background-color: rgb(161,144,104); }
div.DivClassName
{
background-color: #A19068;
}
.BgClassName
{
background-color: #A19068;
}
</style>
border-color css
<style>
span { border-color: #A19068; }
span { border-color: rgb(161,144,104); }
td.TdClassName
{
border-color: #A19068;
}
.TagClassName
{
border-color: #A19068;
}
</style>