Shades of Silver Chalice #ACAFAA
Tints of Silver Chalice #ACAFAA
RGB
CMYK
RGB Variations
Color information
#ACAFAA (or 0xACAFAA) is known color: Silver Chalice. HEX triplet: AC, AF and AA. RGB value is (172,175,170). Sum of RGB (Red+Green+Blue) = 172+175+170=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAFAA is #535055. Grayscale: #ADADAD. Windows color (decimal): -5460054 or 11186092. OLE color: 11186092.
HSL color Cylindrical-coordinate representation of color #ACAFAA: hue angle of 96º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACAFAA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
RGB | 172 | 175 | 170 | - |
CMYK | 0.02 | 0 | 0.03 | 0.31 |
HSL | 96º | 0.03% | 0.68% | - |
HSV(B) | 96º | 0.03% | 0.69% | - |
XYZ | 39.6 | 42.33 | 44.11 | - |
YUV | 173.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 175 | 170 | 0.02 | 0 | 0.03 | 0.31 | 96 | 0.03 | 0.68 |
Hex | AC | AF | AA | 2 | 0 | 3 | 1F | 60 | 3 | 44 |
Octal | 254 | 257 | 252 | 2 | 0 | 3 | 37 | 140 | 3 | 104 |
Binary | 10101100 | 10101111 | 10101010 | 10 | 0 | 11 | 11111 | 1100000 | 11 | 1000100 |
Color Harmonies of #ACAFAA
Complementary color
Monochromatic Colors of #ACAFAA
Black with #ACAFAA
Text Example
Text Example
White with #ACAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAFAA; }
p { color: rgb(172,175,170); }
H1.HeaderClassName
{
color: #ACAFAA;
}
.AnyTagClassName
{
color: #ACAFAA;
}
</style>
background-color css
<style>
a { background-color: #ACAFAA; }
a { background-color: rgb(172,175,170); }
div.DivClassName
{
background-color: #ACAFAA;
}
.BgClassName
{
background-color: #ACAFAA;
}
</style>
border-color css
<style>
span { border-color: #ACAFAA; }
span { border-color: rgb(172,175,170); }
td.TdClassName
{
border-color: #ACAFAA;
}
.TagClassName
{
border-color: #ACAFAA;
}
</style>