Shades of Silver Chalice #AFB5AB
Tints of Silver Chalice #AFB5AB
RGB
CMYK
RGB Variations
Color information
#AFB5AB (or 0xAFB5AB) is known color: Silver Chalice. HEX triplet: AF, B5 and AB. RGB value is (175,181,171). Sum of RGB (Red+Green+Blue) = 175+181+171=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB5AB is #504A54. Grayscale: #B2B2B2. Windows color (decimal): -5261909 or 11253167. OLE color: 11253167.
HSL color Cylindrical-coordinate representation of color #AFB5AB: hue angle of 96º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFB5AB is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 181 | 171 | - |
CMYK | 0.03 | 0 | 0.06 | 0.29 |
HSL | 96º | 0.06% | 0.69% | - |
HSV(B) | 96º | 0.06% | 0.71% | - |
XYZ | 41.55 | 45.1 | 45.04 | - |
YUV | 178.07 | 124.01 | 125.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 181 | 171 | 0.03 | 0 | 0.06 | 0.29 | 96 | 0.06 | 0.69 |
Hex | AF | B5 | AB | 3 | 0 | 6 | 1D | 60 | 6 | 45 |
Octal | 257 | 265 | 253 | 3 | 0 | 6 | 35 | 140 | 6 | 105 |
Binary | 10101111 | 10110101 | 10101011 | 11 | 0 | 110 | 11101 | 1100000 | 110 | 1000101 |
Color Harmonies of #AFB5AB
Complementary color
Monochromatic Colors of #AFB5AB
Black with #AFB5AB
Text Example
Text Example
White with #AFB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5AB; }
p { color: rgb(175,181,171); }
H1.HeaderClassName
{
color: #AFB5AB;
}
.AnyTagClassName
{
color: #AFB5AB;
}
</style>
background-color css
<style>
a { background-color: #AFB5AB; }
a { background-color: rgb(175,181,171); }
div.DivClassName
{
background-color: #AFB5AB;
}
.BgClassName
{
background-color: #AFB5AB;
}
</style>
border-color css
<style>
span { border-color: #AFB5AB; }
span { border-color: rgb(175,181,171); }
td.TdClassName
{
border-color: #AFB5AB;
}
.TagClassName
{
border-color: #AFB5AB;
}
</style>