Shades of Pale Oyster #A38F6B
Tints of Pale Oyster #A38F6B
RGB
CMYK
RGB Variations
Color information
#A38F6B (or 0xA38F6B) is known color: Pale Oyster. HEX triplet: A3, 8F and 6B. RGB value is (163,143,107). Sum of RGB (Red+Green+Blue) = 163+143+107=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38F6B is #5C7094. Grayscale: #919191. Windows color (decimal): -6058133 or 7049123. OLE color: 7049123.
HSL color Cylindrical-coordinate representation of color #A38F6B: hue angle of 38.57º 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 #A38F6B is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 143 | 107 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.36 |
| HSL | 38.57º | 0.23% | 0.53% | - |
| HSV(B) | 38.57º | 0.34% | 0.64% | - |
| XYZ | 27.58 | 28.49 | 17.96 | - |
| YUV | 144.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 107 | 0 | 0.12 | 0.34 | 0.36 | 38.57 | 0.23 | 0.53 |
| Hex | A3 | 8F | 6B | 0 | C | 22 | 24 | 27 | 17 | 35 |
| Octal | 243 | 217 | 153 | 0 | 14 | 42 | 44 | 47 | 27 | 65 |
| Binary | 10100011 | 10001111 | 1101011 | 0 | 1100 | 100010 | 100100 | 100111 | 10111 | 110101 |
Color Harmonies of #A38F6B
Complementary color
Monochromatic Colors of #A38F6B
Black with #A38F6B
Text Example
Text Example
White with #A38F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38F6B; }
p { color: rgb(163,143,107); }
H1.HeaderClassName
{
color: #A38F6B;
}
.AnyTagClassName
{
color: #A38F6B;
}
</style>
background-color css
<style>
a { background-color: #A38F6B; }
a { background-color: rgb(163,143,107); }
div.DivClassName
{
background-color: #A38F6B;
}
.BgClassName
{
background-color: #A38F6B;
}
</style>
border-color css
<style>
span { border-color: #A38F6B; }
span { border-color: rgb(163,143,107); }
td.TdClassName
{
border-color: #A38F6B;
}
.TagClassName
{
border-color: #A38F6B;
}
</style>