Shades of Shady Lady #A38F92
Tints of Shady Lady #A38F92
RGB
CMYK
RGB Variations
Color information
#A38F92 (or 0xA38F92) is known color: Shady Lady. HEX triplet: A3, 8F and 92. RGB value is (163,143,146). Sum of RGB (Red+Green+Blue) = 163+143+146=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38F92 is #5C706D. Grayscale: #959595. Windows color (decimal): -6058094 or 9605027. OLE color: 9605027.
HSL color Cylindrical-coordinate representation of color #A38F92: hue angle of 351º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A38F92 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 143 | 146 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.36 |
| HSL | 351º | 0.1% | 0.6% | - |
| HSV(B) | 351º | 0.12% | 0.64% | - |
| XYZ | 30.12 | 29.51 | 31.3 | - |
| YUV | 149.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 146 | 0 | 0.12 | 0.10 | 0.36 | 351 | 0.1 | 0.6 |
| Hex | A3 | 8F | 92 | 0 | C | A | 24 | 15F | A | 3C |
| Octal | 243 | 217 | 222 | 0 | 14 | 12 | 44 | 537 | 12 | 74 |
| Binary | 10100011 | 10001111 | 10010010 | 0 | 1100 | 1010 | 100100 | 101011111 | 1010 | 111100 |
Color Harmonies of #A38F92
Complementary color
Monochromatic Colors of #A38F92
Black with #A38F92
Text Example
Text Example
White with #A38F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38F92; }
p { color: rgb(163,143,146); }
H1.HeaderClassName
{
color: #A38F92;
}
.AnyTagClassName
{
color: #A38F92;
}
</style>
background-color css
<style>
a { background-color: #A38F92; }
a { background-color: rgb(163,143,146); }
div.DivClassName
{
background-color: #A38F92;
}
.BgClassName
{
background-color: #A38F92;
}
</style>
border-color css
<style>
span { border-color: #A38F92; }
span { border-color: rgb(163,143,146); }
td.TdClassName
{
border-color: #A38F92;
}
.TagClassName
{
border-color: #A38F92;
}
</style>