Shades of Silver Chalice #AEAFAC
Tints of Silver Chalice #AEAFAC
RGB
CMYK
RGB Variations
Color information
#AEAFAC (or 0xAEAFAC) is known color: Silver Chalice. HEX triplet: AE, AF and AC. RGB value is (174,175,172). Sum of RGB (Red+Green+Blue) = 174+175+172=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFAC is #515053. Grayscale: #AEAEAE. Windows color (decimal): -5328980 or 11317166. OLE color: 11317166.
HSL color Cylindrical-coordinate representation of color #AEAFAC: hue angle of 80º 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 #AEAFAC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 174 | 175 | 172 | - |
CMYK | 0.01 | 0 | 0.02 | 0.31 |
HSL | 80º | 0.02% | 0.68% | - |
HSV(B) | 80º | 0.02% | 0.69% | - |
XYZ | 40.23 | 42.64 | 45.14 | - |
YUV | 174.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 175 | 172 | 0.01 | 0 | 0.02 | 0.31 | 80 | 0.02 | 0.68 |
Hex | AE | AF | AC | 1 | 0 | 2 | 1F | 50 | 2 | 44 |
Octal | 256 | 257 | 254 | 1 | 0 | 2 | 37 | 120 | 2 | 104 |
Binary | 10101110 | 10101111 | 10101100 | 1 | 0 | 10 | 11111 | 1010000 | 10 | 1000100 |
Color Harmonies of #AEAFAC
Complementary color
Monochromatic Colors of #AEAFAC
Black with #AEAFAC
Text Example
Text Example
White with #AEAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAFAC; }
p { color: rgb(174,175,172); }
H1.HeaderClassName
{
color: #AEAFAC;
}
.AnyTagClassName
{
color: #AEAFAC;
}
</style>
background-color css
<style>
a { background-color: #AEAFAC; }
a { background-color: rgb(174,175,172); }
div.DivClassName
{
background-color: #AEAFAC;
}
.BgClassName
{
background-color: #AEAFAC;
}
</style>
border-color css
<style>
span { border-color: #AEAFAC; }
span { border-color: rgb(174,175,172); }
td.TdClassName
{
border-color: #AEAFAC;
}
.TagClassName
{
border-color: #AEAFAC;
}
</style>