Shades of Rainee #ADB1AC
Tints of Rainee #ADB1AC
RGB
CMYK
RGB Variations
Color information
#ADB1AC (or 0xADB1AC) is known color: Rainee. HEX triplet: AD, B1 and AC. RGB value is (173,177,172). Sum of RGB (Red+Green+Blue) = 173+177+172=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1AC is #524E53. Grayscale: #AFAFAF. Windows color (decimal): -5394004 or 11317677. OLE color: 11317677.
HSL color Cylindrical-coordinate representation of color #ADB1AC: hue angle of 108º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADB1AC is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 177 | 172 | - |
CMYK | 0.02 | 0 | 0.03 | 0.31 |
HSL | 108º | 0.03% | 0.68% | - |
HSV(B) | 108º | 0.03% | 0.69% | - |
XYZ | 40.4 | 43.31 | 45.26 | - |
YUV | 175.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 177 | 172 | 0.02 | 0 | 0.03 | 0.31 | 108 | 0.03 | 0.68 |
Hex | AD | B1 | AC | 2 | 0 | 3 | 1F | 6C | 3 | 44 |
Octal | 255 | 261 | 254 | 2 | 0 | 3 | 37 | 154 | 3 | 104 |
Binary | 10101101 | 10110001 | 10101100 | 10 | 0 | 11 | 11111 | 1101100 | 11 | 1000100 |
Color Harmonies of #ADB1AC
Complementary color
Monochromatic Colors of #ADB1AC
Black with #ADB1AC
Text Example
Text Example
White with #ADB1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1AC; }
p { color: rgb(173,177,172); }
H1.HeaderClassName
{
color: #ADB1AC;
}
.AnyTagClassName
{
color: #ADB1AC;
}
</style>
background-color css
<style>
a { background-color: #ADB1AC; }
a { background-color: rgb(173,177,172); }
div.DivClassName
{
background-color: #ADB1AC;
}
.BgClassName
{
background-color: #ADB1AC;
}
</style>
border-color css
<style>
span { border-color: #ADB1AC; }
span { border-color: rgb(173,177,172); }
td.TdClassName
{
border-color: #ADB1AC;
}
.TagClassName
{
border-color: #ADB1AC;
}
</style>