Shades of Spring Rain #A8ADA6
Tints of Spring Rain #A8ADA6
RGB
CMYK
RGB Variations
Color information
#A8ADA6 (or 0xA8ADA6) is known color: Spring Rain. HEX triplet: A8, AD and A6. RGB value is (168,173,166). Sum of RGB (Red+Green+Blue) = 168+173+166=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 173 - color contains mainly: green. Hex color #A8ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ADA6 is #575259. Grayscale: #AAAAAA. Windows color (decimal): -5722714 or 10923432. OLE color: 10923432.
HSL color Cylindrical-coordinate representation of color #A8ADA6: hue angle of 102.86º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A8ADA6 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
RGB | 168 | 173 | 166 | - |
CMYK | 0.03 | 0 | 0.04 | 0.32 |
HSL | 102.86º | 0.04% | 0.66% | - |
HSV(B) | 102.86º | 0.04% | 0.68% | - |
XYZ | 37.97 | 40.97 | 41.98 | - |
YUV | 170.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 173 | 166 | 0.03 | 0 | 0.04 | 0.32 | 102.86 | 0.04 | 0.66 |
Hex | A8 | AD | A6 | 3 | 0 | 4 | 20 | 67 | 4 | 42 |
Octal | 250 | 255 | 246 | 3 | 0 | 4 | 40 | 147 | 4 | 102 |
Binary | 10101000 | 10101101 | 10100110 | 11 | 0 | 100 | 100000 | 1100111 | 100 | 1000010 |
Color Harmonies of #A8ADA6
Complementary color
Monochromatic Colors of #A8ADA6
Black with #A8ADA6
Text Example
Text Example
White with #A8ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADA6; }
p { color: rgb(168,173,166); }
H1.HeaderClassName
{
color: #A8ADA6;
}
.AnyTagClassName
{
color: #A8ADA6;
}
</style>
background-color css
<style>
a { background-color: #A8ADA6; }
a { background-color: rgb(168,173,166); }
div.DivClassName
{
background-color: #A8ADA6;
}
.BgClassName
{
background-color: #A8ADA6;
}
</style>
border-color css
<style>
span { border-color: #A8ADA6; }
span { border-color: rgb(168,173,166); }
td.TdClassName
{
border-color: #A8ADA6;
}
.TagClassName
{
border-color: #A8ADA6;
}
</style>