Shades of Rainee #A8ACA8
Tints of Rainee #A8ACA8
RGB
CMYK
RGB Variations
Color information
#A8ACA8 (or 0xA8ACA8) is known color: Rainee. HEX triplet: A8, AC and A8. RGB value is (168,172,168). Sum of RGB (Red+Green+Blue) = 168+172+168=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 172 - color contains mainly: green. Hex color #A8ACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACA8 is #575357. Grayscale: #AAAAAA. Windows color (decimal): -5722968 or 11054248. OLE color: 11054248.
HSL color Cylindrical-coordinate representation of color #A8ACA8: hue angle of 120º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A8ACA8 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 172 | 168 | - |
CMYK | 0.02 | 0 | 0.02 | 0.33 |
HSL | 120º | 0.02% | 0.67% | - |
HSV(B) | 120º | 0.02% | 0.67% | - |
XYZ | 37.97 | 40.66 | 42.89 | - |
YUV | 170.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 172 | 168 | 0.02 | 0 | 0.02 | 0.33 | 120 | 0.02 | 0.67 |
Hex | A8 | AC | A8 | 2 | 0 | 2 | 21 | 78 | 2 | 43 |
Octal | 250 | 254 | 250 | 2 | 0 | 2 | 41 | 170 | 2 | 103 |
Binary | 10101000 | 10101100 | 10101000 | 10 | 0 | 10 | 100001 | 1111000 | 10 | 1000011 |
Color Harmonies of #A8ACA8
Complementary color
Monochromatic Colors of #A8ACA8
Black with #A8ACA8
Text Example
Text Example
White with #A8ACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACA8; }
p { color: rgb(168,172,168); }
H1.HeaderClassName
{
color: #A8ACA8;
}
.AnyTagClassName
{
color: #A8ACA8;
}
</style>
background-color css
<style>
a { background-color: #A8ACA8; }
a { background-color: rgb(168,172,168); }
div.DivClassName
{
background-color: #A8ACA8;
}
.BgClassName
{
background-color: #A8ACA8;
}
</style>
border-color css
<style>
span { border-color: #A8ACA8; }
span { border-color: rgb(168,172,168); }
td.TdClassName
{
border-color: #A8ACA8;
}
.TagClassName
{
border-color: #A8ACA8;
}
</style>