Shades of Spring Rain #A1AF9B
Tints of Spring Rain #A1AF9B
RGB
CMYK
RGB Variations
Color information
#A1AF9B (or 0xA1AF9B) is known color: Spring Rain. HEX triplet: A1, AF and 9B. RGB value is (161,175,155). Sum of RGB (Red+Green+Blue) = 161+175+155=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF9B is #5E5064. Grayscale: #A8A8A8. Windows color (decimal): -6180965 or 10203041. OLE color: 10203041.
HSL color Cylindrical-coordinate representation of color #A1AF9B: hue angle of 102º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1AF9B is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 155 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.31 |
| HSL | 102º | 0.11% | 0.65% | - |
| HSV(B) | 102º | 0.11% | 0.69% | - |
| XYZ | 35.94 | 40.6 | 36.95 | - |
| YUV | 168.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 155 | 0.08 | 0 | 0.11 | 0.31 | 102 | 0.11 | 0.65 |
| Hex | A1 | AF | 9B | 8 | 0 | B | 1F | 66 | B | 41 |
| Octal | 241 | 257 | 233 | 10 | 0 | 13 | 37 | 146 | 13 | 101 |
| Binary | 10100001 | 10101111 | 10011011 | 1000 | 0 | 1011 | 11111 | 1100110 | 1011 | 1000001 |
Color Harmonies of #A1AF9B
Complementary color
Monochromatic Colors of #A1AF9B
Black with #A1AF9B
Text Example
Text Example
White with #A1AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF9B; }
p { color: rgb(161,175,155); }
H1.HeaderClassName
{
color: #A1AF9B;
}
.AnyTagClassName
{
color: #A1AF9B;
}
</style>
background-color css
<style>
a { background-color: #A1AF9B; }
a { background-color: rgb(161,175,155); }
div.DivClassName
{
background-color: #A1AF9B;
}
.BgClassName
{
background-color: #A1AF9B;
}
</style>
border-color css
<style>
span { border-color: #A1AF9B; }
span { border-color: rgb(161,175,155); }
td.TdClassName
{
border-color: #A1AF9B;
}
.TagClassName
{
border-color: #A1AF9B;
}
</style>