Shades of Pale Oyster #A3926D
Tints of Pale Oyster #A3926D
RGB
CMYK
RGB Variations
Color information
#A3926D (or 0xA3926D) is known color: Pale Oyster. HEX triplet: A3, 92 and 6D. RGB value is (163,146,109). Sum of RGB (Red+Green+Blue) = 163+146+109=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3926D is #5C6D92. Grayscale: #939393. Windows color (decimal): -6057363 or 7180963. OLE color: 7180963.
HSL color Cylindrical-coordinate representation of color #A3926D: hue angle of 41.11º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3926D is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 109 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.36 |
| HSL | 41.11º | 0.23% | 0.53% | - |
| HSV(B) | 41.11º | 0.33% | 0.64% | - |
| XYZ | 28.14 | 29.45 | 18.67 | - |
| YUV | 146.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 109 | 0 | 0.10 | 0.33 | 0.36 | 41.11 | 0.23 | 0.53 |
| Hex | A3 | 92 | 6D | 0 | A | 21 | 24 | 29 | 17 | 35 |
| Octal | 243 | 222 | 155 | 0 | 12 | 41 | 44 | 51 | 27 | 65 |
| Binary | 10100011 | 10010010 | 1101101 | 0 | 1010 | 100001 | 100100 | 101001 | 10111 | 110101 |
Color Harmonies of #A3926D
Complementary color
Monochromatic Colors of #A3926D
Black with #A3926D
Text Example
Text Example
White with #A3926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3926D; }
p { color: rgb(163,146,109); }
H1.HeaderClassName
{
color: #A3926D;
}
.AnyTagClassName
{
color: #A3926D;
}
</style>
background-color css
<style>
a { background-color: #A3926D; }
a { background-color: rgb(163,146,109); }
div.DivClassName
{
background-color: #A3926D;
}
.BgClassName
{
background-color: #A3926D;
}
</style>
border-color css
<style>
span { border-color: #A3926D; }
span { border-color: rgb(163,146,109); }
td.TdClassName
{
border-color: #A3926D;
}
.TagClassName
{
border-color: #A3926D;
}
</style>