Shades of Rainee #ABAFAB
Tints of Rainee #ABAFAB
RGB
CMYK
RGB Variations
Color information
#ABAFAB (or 0xABAFAB) is known color: Rainee. HEX triplet: AB, AF and AB. RGB value is (171,175,171). Sum of RGB (Red+Green+Blue) = 171+175+171=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFAB is #545054. Grayscale: #ADADAD. Windows color (decimal): -5525589 or 11251627. OLE color: 11251627.
HSL color Cylindrical-coordinate representation of color #ABAFAB: hue angle of 120º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ABAFAB is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 171 | 175 | 171 | - |
CMYK | 0.02 | 0 | 0.02 | 0.31 |
HSL | 120º | 0.02% | 0.68% | - |
HSV(B) | 120º | 0.02% | 0.69% | - |
XYZ | 39.48 | 42.26 | 44.6 | - |
YUV | 173.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 175 | 171 | 0.02 | 0 | 0.02 | 0.31 | 120 | 0.02 | 0.68 |
Hex | AB | AF | AB | 2 | 0 | 2 | 1F | 78 | 2 | 44 |
Octal | 253 | 257 | 253 | 2 | 0 | 2 | 37 | 170 | 2 | 104 |
Binary | 10101011 | 10101111 | 10101011 | 10 | 0 | 10 | 11111 | 1111000 | 10 | 1000100 |
Color Harmonies of #ABAFAB
Complementary color
Monochromatic Colors of #ABAFAB
Black with #ABAFAB
Text Example
Text Example
White with #ABAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFAB; }
p { color: rgb(171,175,171); }
H1.HeaderClassName
{
color: #ABAFAB;
}
.AnyTagClassName
{
color: #ABAFAB;
}
</style>
background-color css
<style>
a { background-color: #ABAFAB; }
a { background-color: rgb(171,175,171); }
div.DivClassName
{
background-color: #ABAFAB;
}
.BgClassName
{
background-color: #ABAFAB;
}
</style>
border-color css
<style>
span { border-color: #ABAFAB; }
span { border-color: rgb(171,175,171); }
td.TdClassName
{
border-color: #ABAFAB;
}
.TagClassName
{
border-color: #ABAFAB;
}
</style>