Shades of Rainee #A8A9A8
Tints of Rainee #A8A9A8
RGB
CMYK
RGB Variations
Color information
#A8A9A8 (or 0xA8A9A8) is known color: Rainee. HEX triplet: A8, A9 and A8. RGB value is (168,169,168). Sum of RGB (Red+Green+Blue) = 168+169+168=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A9A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A9A8 is #575657. Grayscale: #A8A8A8. Windows color (decimal): -5723736 or 11053480. OLE color: 11053480.
HSL color Cylindrical-coordinate representation of color #A8A9A8: hue angle of 120º degrees, saturation: 0.01, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #A8A9A8 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 169 | 168 | - |
CMYK | 0.01 | 0 | 0.01 | 0.34 |
HSL | 120º | 0.01% | 0.66% | - |
HSV(B) | 120º | 0.01% | 0.66% | - |
XYZ | 37.4 | 39.53 | 42.7 | - |
YUV | 168.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 169 | 168 | 0.01 | 0 | 0.01 | 0.34 | 120 | 0.01 | 0.66 |
Hex | A8 | A9 | A8 | 1 | 0 | 1 | 22 | 78 | 1 | 42 |
Octal | 250 | 251 | 250 | 1 | 0 | 1 | 42 | 170 | 1 | 102 |
Binary | 10101000 | 10101001 | 10101000 | 1 | 0 | 1 | 100010 | 1111000 | 1 | 1000010 |
Color Harmonies of #A8A9A8
Complementary color
Monochromatic Colors of #A8A9A8
Black with #A8A9A8
Text Example
Text Example
White with #A8A9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A9A8; }
p { color: rgb(168,169,168); }
H1.HeaderClassName
{
color: #A8A9A8;
}
.AnyTagClassName
{
color: #A8A9A8;
}
</style>
background-color css
<style>
a { background-color: #A8A9A8; }
a { background-color: rgb(168,169,168); }
div.DivClassName
{
background-color: #A8A9A8;
}
.BgClassName
{
background-color: #A8A9A8;
}
</style>
border-color css
<style>
span { border-color: #A8A9A8; }
span { border-color: rgb(168,169,168); }
td.TdClassName
{
border-color: #A8A9A8;
}
.TagClassName
{
border-color: #A8A9A8;
}
</style>