Shades of Shady Lady #A28A92
Tints of Shady Lady #A28A92
RGB
CMYK
RGB Variations
Color information
#A28A92 (or 0xA28A92) is known color: Shady Lady. HEX triplet: A2, 8A and 92. RGB value is (162,138,146). Sum of RGB (Red+Green+Blue) = 162+138+146=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28A92 is #5D756D. Grayscale: #929292. Windows color (decimal): -6124910 or 9603746. OLE color: 9603746.
HSL color Cylindrical-coordinate representation of color #A28A92: hue angle of 340º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A28A92 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 146 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.36 |
| HSL | 340º | 0.11% | 0.59% | - |
| HSV(B) | 340º | 0.15% | 0.64% | - |
| XYZ | 29.18 | 27.93 | 31.05 | - |
| YUV | 146.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 146 | 0 | 0.15 | 0.10 | 0.36 | 340 | 0.11 | 0.59 |
| Hex | A2 | 8A | 92 | 0 | F | A | 24 | 154 | B | 3B |
| Octal | 242 | 212 | 222 | 0 | 17 | 12 | 44 | 524 | 13 | 73 |
| Binary | 10100010 | 10001010 | 10010010 | 0 | 1111 | 1010 | 100100 | 101010100 | 1011 | 111011 |
Color Harmonies of #A28A92
Complementary color
Monochromatic Colors of #A28A92
Black with #A28A92
Text Example
Text Example
White with #A28A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A92; }
p { color: rgb(162,138,146); }
H1.HeaderClassName
{
color: #A28A92;
}
.AnyTagClassName
{
color: #A28A92;
}
</style>
background-color css
<style>
a { background-color: #A28A92; }
a { background-color: rgb(162,138,146); }
div.DivClassName
{
background-color: #A28A92;
}
.BgClassName
{
background-color: #A28A92;
}
</style>
border-color css
<style>
span { border-color: #A28A92; }
span { border-color: rgb(162,138,146); }
td.TdClassName
{
border-color: #A28A92;
}
.TagClassName
{
border-color: #A28A92;
}
</style>