Shades of Rainee #ACAFAC
Tints of Rainee #ACAFAC
RGB
CMYK
RGB Variations
Color information
#ACAFAC (or 0xACAFAC) is known color: Rainee. HEX triplet: AC, AF and AC. RGB value is (172,175,172). Sum of RGB (Red+Green+Blue) = 172+175+172=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAFAC is #535053. Grayscale: #ADADAD. Windows color (decimal): -5460052 or 11317164. OLE color: 11317164.
HSL color Cylindrical-coordinate representation of color #ACAFAC: 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 #ACAFAC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 172 | 175 | 172 | - |
CMYK | 0.02 | 0 | 0.02 | 0.31 |
HSL | 120º | 0.02% | 0.68% | - |
HSV(B) | 120º | 0.02% | 0.69% | - |
XYZ | 39.79 | 42.41 | 45.12 | - |
YUV | 173.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 175 | 172 | 0.02 | 0 | 0.02 | 0.31 | 120 | 0.02 | 0.68 |
Hex | AC | AF | AC | 2 | 0 | 2 | 1F | 78 | 2 | 44 |
Octal | 254 | 257 | 254 | 2 | 0 | 2 | 37 | 170 | 2 | 104 |
Binary | 10101100 | 10101111 | 10101100 | 10 | 0 | 10 | 11111 | 1111000 | 10 | 1000100 |
Color Harmonies of #ACAFAC
Complementary color
Monochromatic Colors of #ACAFAC
Black with #ACAFAC
Text Example
Text Example
White with #ACAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAFAC; }
p { color: rgb(172,175,172); }
H1.HeaderClassName
{
color: #ACAFAC;
}
.AnyTagClassName
{
color: #ACAFAC;
}
</style>
background-color css
<style>
a { background-color: #ACAFAC; }
a { background-color: rgb(172,175,172); }
div.DivClassName
{
background-color: #ACAFAC;
}
.BgClassName
{
background-color: #ACAFAC;
}
</style>
border-color css
<style>
span { border-color: #ACAFAC; }
span { border-color: rgb(172,175,172); }
td.TdClassName
{
border-color: #ACAFAC;
}
.TagClassName
{
border-color: #ACAFAC;
}
</style>