Shades of Rainee #ADAFAD
Tints of Rainee #ADAFAD
RGB
CMYK
RGB Variations
Color information
#ADAFAD (or 0xADAFAD) is known color: Rainee. HEX triplet: AD, AF and AD. RGB value is (173,175,173). Sum of RGB (Red+Green+Blue) = 173+175+173=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFAD is #525052. Grayscale: #AEAEAE. Windows color (decimal): -5394515 or 11382701. OLE color: 11382701.
HSL color Cylindrical-coordinate representation of color #ADAFAD: hue angle of 120º degrees, saturation: 0.01, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ADAFAD is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 175 | 173 | - |
CMYK | 0.01 | 0 | 0.01 | 0.31 |
HSL | 120º | 0.01% | 0.68% | - |
HSV(B) | 120º | 0.01% | 0.69% | - |
XYZ | 40.11 | 42.56 | 45.64 | - |
YUV | 174.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 173 | 0.01 | 0 | 0.01 | 0.31 | 120 | 0.01 | 0.68 |
Hex | AD | AF | AD | 1 | 0 | 1 | 1F | 78 | 1 | 44 |
Octal | 255 | 257 | 255 | 1 | 0 | 1 | 37 | 170 | 1 | 104 |
Binary | 10101101 | 10101111 | 10101101 | 1 | 0 | 1 | 11111 | 1111000 | 1 | 1000100 |
Color Harmonies of #ADAFAD
Complementary color
Monochromatic Colors of #ADAFAD
Black with #ADAFAD
Text Example
Text Example
White with #ADAFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFAD; }
p { color: rgb(173,175,173); }
H1.HeaderClassName
{
color: #ADAFAD;
}
.AnyTagClassName
{
color: #ADAFAD;
}
</style>
background-color css
<style>
a { background-color: #ADAFAD; }
a { background-color: rgb(173,175,173); }
div.DivClassName
{
background-color: #ADAFAD;
}
.BgClassName
{
background-color: #ADAFAD;
}
</style>
border-color css
<style>
span { border-color: #ADAFAD; }
span { border-color: rgb(173,175,173); }
td.TdClassName
{
border-color: #ADAFAD;
}
.TagClassName
{
border-color: #ADAFAD;
}
</style>