Shades of Spring Rain #A8AEA6
Tints of Spring Rain #A8AEA6
RGB
CMYK
RGB Variations
Color information
#A8AEA6 (or 0xA8AEA6) is known color: Spring Rain. HEX triplet: A8, AE and A6. RGB value is (168,174,166). Sum of RGB (Red+Green+Blue) = 168+174+166=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AEA6 is #575159. Grayscale: #ABABAB. Windows color (decimal): -5722458 or 10923688. OLE color: 10923688.
HSL color Cylindrical-coordinate representation of color #A8AEA6: hue angle of 105º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A8AEA6 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
RGB | 168 | 174 | 166 | - |
CMYK | 0.03 | 0 | 0.05 | 0.32 |
HSL | 105º | 0.05% | 0.67% | - |
HSV(B) | 105º | 0.05% | 0.68% | - |
XYZ | 38.17 | 41.35 | 42.05 | - |
YUV | 171.29 | 125.01 | 125.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 174 | 166 | 0.03 | 0 | 0.05 | 0.32 | 105 | 0.05 | 0.67 |
Hex | A8 | AE | A6 | 3 | 0 | 5 | 20 | 69 | 5 | 43 |
Octal | 250 | 256 | 246 | 3 | 0 | 5 | 40 | 151 | 5 | 103 |
Binary | 10101000 | 10101110 | 10100110 | 11 | 0 | 101 | 100000 | 1101001 | 101 | 1000011 |
Color Harmonies of #A8AEA6
Complementary color
Monochromatic Colors of #A8AEA6
Black with #A8AEA6
Text Example
Text Example
White with #A8AEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AEA6; }
p { color: rgb(168,174,166); }
H1.HeaderClassName
{
color: #A8AEA6;
}
.AnyTagClassName
{
color: #A8AEA6;
}
</style>
background-color css
<style>
a { background-color: #A8AEA6; }
a { background-color: rgb(168,174,166); }
div.DivClassName
{
background-color: #A8AEA6;
}
.BgClassName
{
background-color: #A8AEA6;
}
</style>
border-color css
<style>
span { border-color: #A8AEA6; }
span { border-color: rgb(168,174,166); }
td.TdClassName
{
border-color: #A8AEA6;
}
.TagClassName
{
border-color: #A8AEA6;
}
</style>