Shades of Spring Rain #A8B9A1
Tints of Spring Rain #A8B9A1
RGB
CMYK
RGB Variations
Color information
#A8B9A1 (or 0xA8B9A1) is known color: Spring Rain. HEX triplet: A8, B9 and A1. RGB value is (168,185,161). Sum of RGB (Red+Green+Blue) = 168+185+161=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B9A1 is #57465E. Grayscale: #B1B1B1. Windows color (decimal): -5719647 or 10598824. OLE color: 10598824.
HSL color Cylindrical-coordinate representation of color #A8B9A1: hue angle of 102.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8B9A1 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
RGB | 168 | 185 | 161 | - |
CMYK | 0.09 | 0 | 0.13 | 0.27 |
HSL | 102.5º | 0.15% | 0.68% | - |
HSV(B) | 102.5º | 0.13% | 0.73% | - |
XYZ | 39.93 | 45.6 | 40.41 | - |
YUV | 177.18 | 118.87 | 121.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 185 | 161 | 0.09 | 0 | 0.13 | 0.27 | 102.5 | 0.15 | 0.68 |
Hex | A8 | B9 | A1 | 9 | 0 | D | 1B | 66 | F | 44 |
Octal | 250 | 271 | 241 | 11 | 0 | 15 | 33 | 146 | 17 | 104 |
Binary | 10101000 | 10111001 | 10100001 | 1001 | 0 | 1101 | 11011 | 1100110 | 1111 | 1000100 |
Color Harmonies of #A8B9A1
Complementary color
Monochromatic Colors of #A8B9A1
Black with #A8B9A1
Text Example
Text Example
White with #A8B9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B9A1; }
p { color: rgb(168,185,161); }
H1.HeaderClassName
{
color: #A8B9A1;
}
.AnyTagClassName
{
color: #A8B9A1;
}
</style>
background-color css
<style>
a { background-color: #A8B9A1; }
a { background-color: rgb(168,185,161); }
div.DivClassName
{
background-color: #A8B9A1;
}
.BgClassName
{
background-color: #A8B9A1;
}
</style>
border-color css
<style>
span { border-color: #A8B9A1; }
span { border-color: rgb(168,185,161); }
td.TdClassName
{
border-color: #A8B9A1;
}
.TagClassName
{
border-color: #A8B9A1;
}
</style>