Shades of Spring Rain #A8BAA3
Tints of Spring Rain #A8BAA3
RGB
CMYK
RGB Variations
Color information
#A8BAA3 (or 0xA8BAA3) is known color: Spring Rain. HEX triplet: A8, BA and A3. RGB value is (168,186,163). Sum of RGB (Red+Green+Blue) = 168+186+163=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAA3 is #57455C. Grayscale: #B2B2B2. Windows color (decimal): -5719389 or 10730152. OLE color: 10730152.
HSL color Cylindrical-coordinate representation of color #A8BAA3: hue angle of 106.96º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BAA3 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
RGB | 168 | 186 | 163 | - |
CMYK | 0.10 | 0 | 0.12 | 0.27 |
HSL | 106.96º | 0.14% | 0.68% | - |
HSV(B) | 106.96º | 0.12% | 0.73% | - |
XYZ | 40.32 | 46.09 | 41.42 | - |
YUV | 178 | 119.54 | 120.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 186 | 163 | 0.10 | 0 | 0.12 | 0.27 | 106.96 | 0.14 | 0.68 |
Hex | A8 | BA | A3 | A | 0 | C | 1B | 6B | E | 44 |
Octal | 250 | 272 | 243 | 12 | 0 | 14 | 33 | 153 | 16 | 104 |
Binary | 10101000 | 10111010 | 10100011 | 1010 | 0 | 1100 | 11011 | 1101011 | 1110 | 1000100 |
Color Harmonies of #A8BAA3
Complementary color
Monochromatic Colors of #A8BAA3
Black with #A8BAA3
Text Example
Text Example
White with #A8BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BAA3; }
p { color: rgb(168,186,163); }
H1.HeaderClassName
{
color: #A8BAA3;
}
.AnyTagClassName
{
color: #A8BAA3;
}
</style>
background-color css
<style>
a { background-color: #A8BAA3; }
a { background-color: rgb(168,186,163); }
div.DivClassName
{
background-color: #A8BAA3;
}
.BgClassName
{
background-color: #A8BAA3;
}
</style>
border-color css
<style>
span { border-color: #A8BAA3; }
span { border-color: rgb(168,186,163); }
td.TdClassName
{
border-color: #A8BAA3;
}
.TagClassName
{
border-color: #A8BAA3;
}
</style>