Shades of Silver Chalice #AAAFA3
Tints of Silver Chalice #AAAFA3
RGB
CMYK
RGB Variations
Color information
#AAAFA3 (or 0xAAAFA3) is known color: Silver Chalice. HEX triplet: AA, AF and A3. RGB value is (170,175,163). Sum of RGB (Red+Green+Blue) = 170+175+163=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAFA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFA3 is #55505C. Grayscale: #ACACAC. Windows color (decimal): -5591133 or 10727338. OLE color: 10727338.
HSL color Cylindrical-coordinate representation of color #AAAFA3: hue angle of 85º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAAFA3 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
RGB | 170 | 175 | 163 | - |
CMYK | 0.03 | 0 | 0.07 | 0.31 |
HSL | 85º | 0.07% | 0.66% | - |
HSV(B) | 85º | 0.07% | 0.69% | - |
XYZ | 38.52 | 41.85 | 40.7 | - |
YUV | 172.14 | 122.84 | 126.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 175 | 163 | 0.03 | 0 | 0.07 | 0.31 | 85 | 0.07 | 0.66 |
Hex | AA | AF | A3 | 3 | 0 | 7 | 1F | 55 | 7 | 42 |
Octal | 252 | 257 | 243 | 3 | 0 | 7 | 37 | 125 | 7 | 102 |
Binary | 10101010 | 10101111 | 10100011 | 11 | 0 | 111 | 11111 | 1010101 | 111 | 1000010 |
Color Harmonies of #AAAFA3
Complementary color
Monochromatic Colors of #AAAFA3
Black with #AAAFA3
Text Example
Text Example
White with #AAAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAFA3; }
p { color: rgb(170,175,163); }
H1.HeaderClassName
{
color: #AAAFA3;
}
.AnyTagClassName
{
color: #AAAFA3;
}
</style>
background-color css
<style>
a { background-color: #AAAFA3; }
a { background-color: rgb(170,175,163); }
div.DivClassName
{
background-color: #AAAFA3;
}
.BgClassName
{
background-color: #AAAFA3;
}
</style>
border-color css
<style>
span { border-color: #AAAFA3; }
span { border-color: rgb(170,175,163); }
td.TdClassName
{
border-color: #AAAFA3;
}
.TagClassName
{
border-color: #AAAFA3;
}
</style>