Shades of Silver Chalice #AFB9A4
Tints of Silver Chalice #AFB9A4
RGB
CMYK
RGB Variations
Color information
#AFB9A4 (or 0xAFB9A4) is known color: Silver Chalice. HEX triplet: AF, B9 and A4. RGB value is (175,185,164). Sum of RGB (Red+Green+Blue) = 175+185+164=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB9A4 is #50465B. Grayscale: #B3B3B3. Windows color (decimal): -5260892 or 10795439. OLE color: 10795439.
HSL color Cylindrical-coordinate representation of color #AFB9A4: hue angle of 88.57º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFB9A4 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 164 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.27 |
| HSL | 88.57º | 0.13% | 0.68% | - |
| HSV(B) | 88.57º | 0.11% | 0.73% | - |
| XYZ | 41.73 | 46.49 | 41.9 | - |
| YUV | 179.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 164 | 0.05 | 0 | 0.11 | 0.27 | 88.57 | 0.13 | 0.68 |
| Hex | AF | B9 | A4 | 5 | 0 | B | 1B | 59 | D | 44 |
| Octal | 257 | 271 | 244 | 5 | 0 | 13 | 33 | 131 | 15 | 104 |
| Binary | 10101111 | 10111001 | 10100100 | 101 | 0 | 1011 | 11011 | 1011001 | 1101 | 1000100 |
Color Harmonies of #AFB9A4
Complementary color
Monochromatic Colors of #AFB9A4
Black with #AFB9A4
Text Example
Text Example
White with #AFB9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB9A4; }
p { color: rgb(175,185,164); }
H1.HeaderClassName
{
color: #AFB9A4;
}
.AnyTagClassName
{
color: #AFB9A4;
}
</style>
background-color css
<style>
a { background-color: #AFB9A4; }
a { background-color: rgb(175,185,164); }
div.DivClassName
{
background-color: #AFB9A4;
}
.BgClassName
{
background-color: #AFB9A4;
}
</style>
border-color css
<style>
span { border-color: #AFB9A4; }
span { border-color: rgb(175,185,164); }
td.TdClassName
{
border-color: #AFB9A4;
}
.TagClassName
{
border-color: #AFB9A4;
}
</style>