Shades of Conch #A3AAA8
Tints of Conch #A3AAA8
RGB
CMYK
RGB Variations
Color information
#A3AAA8 (or 0xA3AAA8) is known color: Conch. HEX triplet: A3, AA and A8. RGB value is (163,170,168). Sum of RGB (Red+Green+Blue) = 163+170+168=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AAA8 is #5C5557. Grayscale: #A7A7A7. Windows color (decimal): -6051160 or 11053731. OLE color: 11053731.
HSL color Cylindrical-coordinate representation of color #A3AAA8: hue angle of 162.86º degrees, saturation: 0.04, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A3AAA8 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 168 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.33 |
| HSL | 162.86º | 0.04% | 0.65% | - |
| HSV(B) | 162.86º | 0.04% | 0.67% | - |
| XYZ | 36.55 | 39.36 | 42.72 | - |
| YUV | 167.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 168 | 0.04 | 0 | 0.01 | 0.33 | 162.86 | 0.04 | 0.65 |
| Hex | A3 | AA | A8 | 4 | 0 | 1 | 21 | A3 | 4 | 41 |
| Octal | 243 | 252 | 250 | 4 | 0 | 1 | 41 | 243 | 4 | 101 |
| Binary | 10100011 | 10101010 | 10101000 | 100 | 0 | 1 | 100001 | 10100011 | 100 | 1000001 |
Color Harmonies of #A3AAA8
Complementary color
Monochromatic Colors of #A3AAA8
Black with #A3AAA8
Text Example
Text Example
White with #A3AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AAA8; }
p { color: rgb(163,170,168); }
H1.HeaderClassName
{
color: #A3AAA8;
}
.AnyTagClassName
{
color: #A3AAA8;
}
</style>
background-color css
<style>
a { background-color: #A3AAA8; }
a { background-color: rgb(163,170,168); }
div.DivClassName
{
background-color: #A3AAA8;
}
.BgClassName
{
background-color: #A3AAA8;
}
</style>
border-color css
<style>
span { border-color: #A3AAA8; }
span { border-color: rgb(163,170,168); }
td.TdClassName
{
border-color: #A3AAA8;
}
.TagClassName
{
border-color: #A3AAA8;
}
</style>