Shades of Rainee #ADCBA7
Tints of Rainee #ADCBA7
RGB
CMYK
RGB Variations
Color information
#ADCBA7 (or 0xADCBA7) is known color: Rainee. HEX triplet: AD, CB and A7. RGB value is (173,203,167). Sum of RGB (Red+Green+Blue) = 173+203+167=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBA7 is #523458. Grayscale: #BEBEBE. Windows color (decimal): -5387353 or 10996653. OLE color: 10996653.
HSL color Cylindrical-coordinate representation of color #ADCBA7: hue angle of 110º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADCBA7 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
RGB | 173 | 203 | 167 | - |
CMYK | 0.15 | 0 | 0.18 | 0.20 |
HSL | 110º | 0.26% | 0.73% | - |
HSV(B) | 110º | 0.18% | 0.8% | - |
XYZ | 45.56 | 54.39 | 44.66 | - |
YUV | 189.93 | 115.06 | 115.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 203 | 167 | 0.15 | 0 | 0.18 | 0.20 | 110 | 0.26 | 0.73 |
Hex | AD | CB | A7 | F | 0 | 12 | 14 | 6E | 1A | 49 |
Octal | 255 | 313 | 247 | 17 | 0 | 22 | 24 | 156 | 32 | 111 |
Binary | 10101101 | 11001011 | 10100111 | 1111 | 0 | 10010 | 10100 | 1101110 | 11010 | 1001001 |
Color Harmonies of #ADCBA7
Complementary color
Monochromatic Colors of #ADCBA7
Black with #ADCBA7
Text Example
Text Example
White with #ADCBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBA7; }
p { color: rgb(173,203,167); }
H1.HeaderClassName
{
color: #ADCBA7;
}
.AnyTagClassName
{
color: #ADCBA7;
}
</style>
background-color css
<style>
a { background-color: #ADCBA7; }
a { background-color: rgb(173,203,167); }
div.DivClassName
{
background-color: #ADCBA7;
}
.BgClassName
{
background-color: #ADCBA7;
}
</style>
border-color css
<style>
span { border-color: #ADCBA7; }
span { border-color: rgb(173,203,167); }
td.TdClassName
{
border-color: #ADCBA7;
}
.TagClassName
{
border-color: #ADCBA7;
}
</style>