Shades of Rainee #A8B7A8
Tints of Rainee #A8B7A8
RGB
CMYK
RGB Variations
Color information
#A8B7A8 (or 0xA8B7A8) is known color: Rainee. HEX triplet: A8, B7 and A8. RGB value is (168,183,168). Sum of RGB (Red+Green+Blue) = 168+183+168=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B7A8 is #574857. Grayscale: #B0B0B0. Windows color (decimal): -5720152 or 11057064. OLE color: 11057064.
HSL color Cylindrical-coordinate representation of color #A8B7A8: hue angle of 120º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8B7A8 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
RGB | 168 | 183 | 168 | - |
CMYK | 0.08 | 0 | 0.08 | 0.28 |
HSL | 120º | 0.09% | 0.69% | - |
HSV(B) | 120º | 0.08% | 0.72% | - |
XYZ | 40.15 | 45.02 | 43.62 | - |
YUV | 176.81 | 123.03 | 121.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 183 | 168 | 0.08 | 0 | 0.08 | 0.28 | 120 | 0.09 | 0.69 |
Hex | A8 | B7 | A8 | 8 | 0 | 8 | 1C | 78 | 9 | 45 |
Octal | 250 | 267 | 250 | 10 | 0 | 10 | 34 | 170 | 11 | 105 |
Binary | 10101000 | 10110111 | 10101000 | 1000 | 0 | 1000 | 11100 | 1111000 | 1001 | 1000101 |
Color Harmonies of #A8B7A8
Complementary color
Monochromatic Colors of #A8B7A8
Black with #A8B7A8
Text Example
Text Example
White with #A8B7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B7A8; }
p { color: rgb(168,183,168); }
H1.HeaderClassName
{
color: #A8B7A8;
}
.AnyTagClassName
{
color: #A8B7A8;
}
</style>
background-color css
<style>
a { background-color: #A8B7A8; }
a { background-color: rgb(168,183,168); }
div.DivClassName
{
background-color: #A8B7A8;
}
.BgClassName
{
background-color: #A8B7A8;
}
</style>
border-color css
<style>
span { border-color: #A8B7A8; }
span { border-color: rgb(168,183,168); }
td.TdClassName
{
border-color: #A8B7A8;
}
.TagClassName
{
border-color: #A8B7A8;
}
</style>