Shades of Rainee #ACB7AA
Tints of Rainee #ACB7AA
RGB
CMYK
RGB Variations
Color information
#ACB7AA (or 0xACB7AA) is known color: Rainee. HEX triplet: AC, B7 and AA. RGB value is (172,183,170). Sum of RGB (Red+Green+Blue) = 172+183+170=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7AA is #534855. Grayscale: #B2B2B2. Windows color (decimal): -5458006 or 11188140. OLE color: 11188140.
HSL color Cylindrical-coordinate representation of color #ACB7AA: hue angle of 110.77º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB7AA is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
RGB | 172 | 183 | 170 | - |
CMYK | 0.06 | 0 | 0.07 | 0.28 |
HSL | 110.77º | 0.08% | 0.69% | - |
HSV(B) | 110.77º | 0.07% | 0.72% | - |
XYZ | 41.2 | 45.54 | 44.65 | - |
YUV | 178.23 | 123.36 | 123.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 183 | 170 | 0.06 | 0 | 0.07 | 0.28 | 110.77 | 0.08 | 0.69 |
Hex | AC | B7 | AA | 6 | 0 | 7 | 1C | 6F | 8 | 45 |
Octal | 254 | 267 | 252 | 6 | 0 | 7 | 34 | 157 | 10 | 105 |
Binary | 10101100 | 10110111 | 10101010 | 110 | 0 | 111 | 11100 | 1101111 | 1000 | 1000101 |
Color Harmonies of #ACB7AA
Complementary color
Monochromatic Colors of #ACB7AA
Black with #ACB7AA
Text Example
Text Example
White with #ACB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7AA; }
p { color: rgb(172,183,170); }
H1.HeaderClassName
{
color: #ACB7AA;
}
.AnyTagClassName
{
color: #ACB7AA;
}
</style>
background-color css
<style>
a { background-color: #ACB7AA; }
a { background-color: rgb(172,183,170); }
div.DivClassName
{
background-color: #ACB7AA;
}
.BgClassName
{
background-color: #ACB7AA;
}
</style>
border-color css
<style>
span { border-color: #ACB7AA; }
span { border-color: rgb(172,183,170); }
td.TdClassName
{
border-color: #ACB7AA;
}
.TagClassName
{
border-color: #ACB7AA;
}
</style>