Shades of Silver Chalice #ACB2A2
Tints of Silver Chalice #ACB2A2
RGB
CMYK
RGB Variations
Color information
#ACB2A2 (or 0xACB2A2) is known color: Silver Chalice. HEX triplet: AC, B2 and A2. RGB value is (172,178,162). Sum of RGB (Red+Green+Blue) = 172+178+162=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB2A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB2A2 is #534D5D. Grayscale: #AEAEAE. Windows color (decimal): -5459294 or 10662572. OLE color: 10662572.
HSL color Cylindrical-coordinate representation of color #ACB2A2: hue angle of 82.5º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACB2A2 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
RGB | 172 | 178 | 162 | - |
CMYK | 0.03 | 0 | 0.09 | 0.30 |
HSL | 82.5º | 0.09% | 0.67% | - |
HSV(B) | 82.5º | 0.09% | 0.7% | - |
XYZ | 39.46 | 43.22 | 40.45 | - |
YUV | 174.38 | 121.01 | 126.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 178 | 162 | 0.03 | 0 | 0.09 | 0.30 | 82.5 | 0.09 | 0.67 |
Hex | AC | B2 | A2 | 3 | 0 | 9 | 1E | 52 | 9 | 43 |
Octal | 254 | 262 | 242 | 3 | 0 | 11 | 36 | 122 | 11 | 103 |
Binary | 10101100 | 10110010 | 10100010 | 11 | 0 | 1001 | 11110 | 1010010 | 1001 | 1000011 |
Color Harmonies of #ACB2A2
Complementary color
Monochromatic Colors of #ACB2A2
Black with #ACB2A2
Text Example
Text Example
White with #ACB2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2A2; }
p { color: rgb(172,178,162); }
H1.HeaderClassName
{
color: #ACB2A2;
}
.AnyTagClassName
{
color: #ACB2A2;
}
</style>
background-color css
<style>
a { background-color: #ACB2A2; }
a { background-color: rgb(172,178,162); }
div.DivClassName
{
background-color: #ACB2A2;
}
.BgClassName
{
background-color: #ACB2A2;
}
</style>
border-color css
<style>
span { border-color: #ACB2A2; }
span { border-color: rgb(172,178,162); }
td.TdClassName
{
border-color: #ACB2A2;
}
.TagClassName
{
border-color: #ACB2A2;
}
</style>