Shades of Silver Chalice #ACB1A3
Tints of Silver Chalice #ACB1A3
RGB
CMYK
RGB Variations
Color information
#ACB1A3 (or 0xACB1A3) is known color: Silver Chalice. HEX triplet: AC, B1 and A3. RGB value is (172,177,163). Sum of RGB (Red+Green+Blue) = 172+177+163=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1A3 is #534E5C. Grayscale: #ADADAD. Windows color (decimal): -5459549 or 10727852. OLE color: 10727852.
HSL color Cylindrical-coordinate representation of color #ACB1A3: hue angle of 81.43º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB1A3 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 163 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.31 |
| HSL | 81.43º | 0.08% | 0.67% | - |
| HSV(B) | 81.43º | 0.08% | 0.69% | - |
| XYZ | 39.35 | 42.86 | 40.85 | - |
| YUV | 173.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 163 | 0.03 | 0 | 0.08 | 0.31 | 81.43 | 0.08 | 0.67 |
| Hex | AC | B1 | A3 | 3 | 0 | 8 | 1F | 51 | 8 | 43 |
| Octal | 254 | 261 | 243 | 3 | 0 | 10 | 37 | 121 | 10 | 103 |
| Binary | 10101100 | 10110001 | 10100011 | 11 | 0 | 1000 | 11111 | 1010001 | 1000 | 1000011 |
Color Harmonies of #ACB1A3
Complementary color
Monochromatic Colors of #ACB1A3
Black with #ACB1A3
Text Example
Text Example
White with #ACB1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1A3; }
p { color: rgb(172,177,163); }
H1.HeaderClassName
{
color: #ACB1A3;
}
.AnyTagClassName
{
color: #ACB1A3;
}
</style>
background-color css
<style>
a { background-color: #ACB1A3; }
a { background-color: rgb(172,177,163); }
div.DivClassName
{
background-color: #ACB1A3;
}
.BgClassName
{
background-color: #ACB1A3;
}
</style>
border-color css
<style>
span { border-color: #ACB1A3; }
span { border-color: rgb(172,177,163); }
td.TdClassName
{
border-color: #ACB1A3;
}
.TagClassName
{
border-color: #ACB1A3;
}
</style>