Shades of Pale Oyster #A3926B
Tints of Pale Oyster #A3926B
RGB
CMYK
RGB Variations
Color information
#A3926B (or 0xA3926B) is known color: Pale Oyster. HEX triplet: A3, 92 and 6B. RGB value is (163,146,107). Sum of RGB (Red+Green+Blue) = 163+146+107=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A3926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3926B is #5C6D94. Grayscale: #929292. Windows color (decimal): -6057365 or 7049891. OLE color: 7049891.
HSL color Cylindrical-coordinate representation of color #A3926B: hue angle of 41.79º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3926B is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 107 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.36 |
| HSL | 41.79º | 0.23% | 0.53% | - |
| HSV(B) | 41.79º | 0.34% | 0.64% | - |
| XYZ | 28.04 | 29.41 | 18.11 | - |
| YUV | 146.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 107 | 0 | 0.10 | 0.34 | 0.36 | 41.79 | 0.23 | 0.53 |
| Hex | A3 | 92 | 6B | 0 | A | 22 | 24 | 2A | 17 | 35 |
| Octal | 243 | 222 | 153 | 0 | 12 | 42 | 44 | 52 | 27 | 65 |
| Binary | 10100011 | 10010010 | 1101011 | 0 | 1010 | 100010 | 100100 | 101010 | 10111 | 110101 |
Color Harmonies of #A3926B
Complementary color
Monochromatic Colors of #A3926B
Black with #A3926B
Text Example
Text Example
White with #A3926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3926B; }
p { color: rgb(163,146,107); }
H1.HeaderClassName
{
color: #A3926B;
}
.AnyTagClassName
{
color: #A3926B;
}
</style>
background-color css
<style>
a { background-color: #A3926B; }
a { background-color: rgb(163,146,107); }
div.DivClassName
{
background-color: #A3926B;
}
.BgClassName
{
background-color: #A3926B;
}
</style>
border-color css
<style>
span { border-color: #A3926B; }
span { border-color: rgb(163,146,107); }
td.TdClassName
{
border-color: #A3926B;
}
.TagClassName
{
border-color: #A3926B;
}
</style>