Shades of Spring Rain #A8B7A3
Tints of Spring Rain #A8B7A3
RGB
CMYK
RGB Variations
Color information
#A8B7A3 (or 0xA8B7A3) is known color: Spring Rain. HEX triplet: A8, B7 and A3. RGB value is (168,183,163). Sum of RGB (Red+Green+Blue) = 168+183+163=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B7A3 is #57485C. Grayscale: #B0B0B0. Windows color (decimal): -5720157 or 10729384. OLE color: 10729384.
HSL color Cylindrical-coordinate representation of color #A8B7A3: hue angle of 105º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8B7A3 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
RGB | 168 | 183 | 163 | - |
CMYK | 0.08 | 0 | 0.11 | 0.28 |
HSL | 105º | 0.12% | 0.68% | - |
HSV(B) | 105º | 0.11% | 0.72% | - |
XYZ | 39.69 | 44.84 | 41.21 | - |
YUV | 176.24 | 120.53 | 122.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 183 | 163 | 0.08 | 0 | 0.11 | 0.28 | 105 | 0.12 | 0.68 |
Hex | A8 | B7 | A3 | 8 | 0 | B | 1C | 69 | C | 44 |
Octal | 250 | 267 | 243 | 10 | 0 | 13 | 34 | 151 | 14 | 104 |
Binary | 10101000 | 10110111 | 10100011 | 1000 | 0 | 1011 | 11100 | 1101001 | 1100 | 1000100 |
Color Harmonies of #A8B7A3
Complementary color
Monochromatic Colors of #A8B7A3
Black with #A8B7A3
Text Example
Text Example
White with #A8B7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B7A3; }
p { color: rgb(168,183,163); }
H1.HeaderClassName
{
color: #A8B7A3;
}
.AnyTagClassName
{
color: #A8B7A3;
}
</style>
background-color css
<style>
a { background-color: #A8B7A3; }
a { background-color: rgb(168,183,163); }
div.DivClassName
{
background-color: #A8B7A3;
}
.BgClassName
{
background-color: #A8B7A3;
}
</style>
border-color css
<style>
span { border-color: #A8B7A3; }
span { border-color: rgb(168,183,163); }
td.TdClassName
{
border-color: #A8B7A3;
}
.TagClassName
{
border-color: #A8B7A3;
}
</style>