Shades of Rainee #ACB5AA
Tints of Rainee #ACB5AA
RGB
CMYK
RGB Variations
Color information
#ACB5AA (or 0xACB5AA) is known color: Rainee. HEX triplet: AC, B5 and AA. RGB value is (172,181,170). Sum of RGB (Red+Green+Blue) = 172+181+170=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB5AA is #534A55. Grayscale: #B1B1B1. Windows color (decimal): -5458518 or 11187628. OLE color: 11187628.
HSL color Cylindrical-coordinate representation of color #ACB5AA: hue angle of 109.09º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACB5AA is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 181 | 170 | - |
CMYK | 0.05 | 0 | 0.06 | 0.29 |
HSL | 109.09º | 0.07% | 0.69% | - |
HSV(B) | 109.09º | 0.06% | 0.71% | - |
XYZ | 40.79 | 44.72 | 44.51 | - |
YUV | 177.06 | 124.02 | 124.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 181 | 170 | 0.05 | 0 | 0.06 | 0.29 | 109.09 | 0.07 | 0.69 |
Hex | AC | B5 | AA | 5 | 0 | 6 | 1D | 6D | 7 | 45 |
Octal | 254 | 265 | 252 | 5 | 0 | 6 | 35 | 155 | 7 | 105 |
Binary | 10101100 | 10110101 | 10101010 | 101 | 0 | 110 | 11101 | 1101101 | 111 | 1000101 |
Color Harmonies of #ACB5AA
Complementary color
Monochromatic Colors of #ACB5AA
Black with #ACB5AA
Text Example
Text Example
White with #ACB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5AA; }
p { color: rgb(172,181,170); }
H1.HeaderClassName
{
color: #ACB5AA;
}
.AnyTagClassName
{
color: #ACB5AA;
}
</style>
background-color css
<style>
a { background-color: #ACB5AA; }
a { background-color: rgb(172,181,170); }
div.DivClassName
{
background-color: #ACB5AA;
}
.BgClassName
{
background-color: #ACB5AA;
}
</style>
border-color css
<style>
span { border-color: #ACB5AA; }
span { border-color: rgb(172,181,170); }
td.TdClassName
{
border-color: #ACB5AA;
}
.TagClassName
{
border-color: #ACB5AA;
}
</style>