Shades of Rainee #A8AEA8
Tints of Rainee #A8AEA8
RGB
CMYK
RGB Variations
Color information
#A8AEA8 (or 0xA8AEA8) is known color: Rainee. HEX triplet: A8, AE and A8. RGB value is (168,174,168). Sum of RGB (Red+Green+Blue) = 168+174+168=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AEA8 is #575157. Grayscale: #ABABAB. Windows color (decimal): -5722456 or 11054760. OLE color: 11054760.
HSL color Cylindrical-coordinate representation of color #A8AEA8: hue angle of 120º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A8AEA8 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
RGB | 168 | 174 | 168 | - |
CMYK | 0.03 | 0 | 0.03 | 0.32 |
HSL | 120º | 0.04% | 0.67% | - |
HSV(B) | 120º | 0.03% | 0.68% | - |
XYZ | 38.35 | 41.42 | 43.02 | - |
YUV | 171.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 174 | 168 | 0.03 | 0 | 0.03 | 0.32 | 120 | 0.04 | 0.67 |
Hex | A8 | AE | A8 | 3 | 0 | 3 | 20 | 78 | 4 | 43 |
Octal | 250 | 256 | 250 | 3 | 0 | 3 | 40 | 170 | 4 | 103 |
Binary | 10101000 | 10101110 | 10101000 | 11 | 0 | 11 | 100000 | 1111000 | 100 | 1000011 |
Color Harmonies of #A8AEA8
Complementary color
Monochromatic Colors of #A8AEA8
Black with #A8AEA8
Text Example
Text Example
White with #A8AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AEA8; }
p { color: rgb(168,174,168); }
H1.HeaderClassName
{
color: #A8AEA8;
}
.AnyTagClassName
{
color: #A8AEA8;
}
</style>
background-color css
<style>
a { background-color: #A8AEA8; }
a { background-color: rgb(168,174,168); }
div.DivClassName
{
background-color: #A8AEA8;
}
.BgClassName
{
background-color: #A8AEA8;
}
</style>
border-color css
<style>
span { border-color: #A8AEA8; }
span { border-color: rgb(168,174,168); }
td.TdClassName
{
border-color: #A8AEA8;
}
.TagClassName
{
border-color: #A8AEA8;
}
</style>