Shades of Silver Chalice #AFB2AC
Tints of Silver Chalice #AFB2AC
RGB
CMYK
RGB Variations
Color information
#AFB2AC (or 0xAFB2AC) is known color: Silver Chalice. HEX triplet: AF, B2 and AC. RGB value is (175,178,172). Sum of RGB (Red+Green+Blue) = 175+178+172=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB2AC is #504D53. Grayscale: #B0B0B0. Windows color (decimal): -5262676 or 11317935. OLE color: 11317935.
HSL color Cylindrical-coordinate representation of color #AFB2AC: hue angle of 90º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFB2AC is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
RGB | 175 | 178 | 172 | - |
CMYK | 0.02 | 0 | 0.03 | 0.30 |
HSL | 90º | 0.04% | 0.69% | - |
HSV(B) | 90º | 0.03% | 0.7% | - |
XYZ | 41.05 | 43.93 | 45.35 | - |
YUV | 176.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 178 | 172 | 0.02 | 0 | 0.03 | 0.30 | 90 | 0.04 | 0.69 |
Hex | AF | B2 | AC | 2 | 0 | 3 | 1E | 5A | 4 | 45 |
Octal | 257 | 262 | 254 | 2 | 0 | 3 | 36 | 132 | 4 | 105 |
Binary | 10101111 | 10110010 | 10101100 | 10 | 0 | 11 | 11110 | 1011010 | 100 | 1000101 |
Color Harmonies of #AFB2AC
Complementary color
Monochromatic Colors of #AFB2AC
Black with #AFB2AC
Text Example
Text Example
White with #AFB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2AC; }
p { color: rgb(175,178,172); }
H1.HeaderClassName
{
color: #AFB2AC;
}
.AnyTagClassName
{
color: #AFB2AC;
}
</style>
background-color css
<style>
a { background-color: #AFB2AC; }
a { background-color: rgb(175,178,172); }
div.DivClassName
{
background-color: #AFB2AC;
}
.BgClassName
{
background-color: #AFB2AC;
}
</style>
border-color css
<style>
span { border-color: #AFB2AC; }
span { border-color: rgb(175,178,172); }
td.TdClassName
{
border-color: #AFB2AC;
}
.TagClassName
{
border-color: #AFB2AC;
}
</style>