Shades of Spring Rain #A8B8A3
Tints of Spring Rain #A8B8A3
RGB
CMYK
RGB Variations
Color information
#A8B8A3 (or 0xA8B8A3) is known color: Spring Rain. HEX triplet: A8, B8 and A3. RGB value is (168,184,163). Sum of RGB (Red+Green+Blue) = 168+184+163=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B8A3 is #57475C. Grayscale: #B0B0B0. Windows color (decimal): -5719901 or 10729640. OLE color: 10729640.
HSL color Cylindrical-coordinate representation of color #A8B8A3: hue angle of 105.71º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8B8A3 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 163 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.28 |
| HSL | 105.71º | 0.13% | 0.68% | - |
| HSV(B) | 105.71º | 0.11% | 0.72% | - |
| XYZ | 39.9 | 45.25 | 41.28 | - |
| YUV | 176.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 163 | 0.09 | 0 | 0.11 | 0.28 | 105.71 | 0.13 | 0.68 |
| Hex | A8 | B8 | A3 | 9 | 0 | B | 1C | 6A | D | 44 |
| Octal | 250 | 270 | 243 | 11 | 0 | 13 | 34 | 152 | 15 | 104 |
| Binary | 10101000 | 10111000 | 10100011 | 1001 | 0 | 1011 | 11100 | 1101010 | 1101 | 1000100 |
Color Harmonies of #A8B8A3
Complementary color
Monochromatic Colors of #A8B8A3
Black with #A8B8A3
Text Example
Text Example
White with #A8B8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B8A3; }
p { color: rgb(168,184,163); }
H1.HeaderClassName
{
color: #A8B8A3;
}
.AnyTagClassName
{
color: #A8B8A3;
}
</style>
background-color css
<style>
a { background-color: #A8B8A3; }
a { background-color: rgb(168,184,163); }
div.DivClassName
{
background-color: #A8B8A3;
}
.BgClassName
{
background-color: #A8B8A3;
}
</style>
border-color css
<style>
span { border-color: #A8B8A3; }
span { border-color: rgb(168,184,163); }
td.TdClassName
{
border-color: #A8B8A3;
}
.TagClassName
{
border-color: #A8B8A3;
}
</style>