Shades of Conch #A8ACAB
Tints of Conch #A8ACAB
RGB
CMYK
RGB Variations
Color information
#A8ACAB (or 0xA8ACAB) is known color: Conch. HEX triplet: A8, AC and AB. RGB value is (168,172,171). Sum of RGB (Red+Green+Blue) = 168+172+171=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 172 - color contains mainly: green. Hex color #A8ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACAB is #575354. Grayscale: #AAAAAA. Windows color (decimal): -5722965 or 11250856. OLE color: 11250856.
HSL color Cylindrical-coordinate representation of color #A8ACAB: hue angle of 165º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A8ACAB is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 172 | 171 | - |
CMYK | 0.02 | 0 | 0.01 | 0.33 |
HSL | 165º | 0.02% | 0.67% | - |
HSV(B) | 165º | 0.02% | 0.67% | - |
XYZ | 38.25 | 40.77 | 44.38 | - |
YUV | 170.69 | 128.17 | 126.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 172 | 171 | 0.02 | 0 | 0.01 | 0.33 | 165 | 0.02 | 0.67 |
Hex | A8 | AC | AB | 2 | 0 | 1 | 21 | A5 | 2 | 43 |
Octal | 250 | 254 | 253 | 2 | 0 | 1 | 41 | 245 | 2 | 103 |
Binary | 10101000 | 10101100 | 10101011 | 10 | 0 | 1 | 100001 | 10100101 | 10 | 1000011 |
Color Harmonies of #A8ACAB
Complementary color
Monochromatic Colors of #A8ACAB
Black with #A8ACAB
Text Example
Text Example
White with #A8ACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACAB; }
p { color: rgb(168,172,171); }
H1.HeaderClassName
{
color: #A8ACAB;
}
.AnyTagClassName
{
color: #A8ACAB;
}
</style>
background-color css
<style>
a { background-color: #A8ACAB; }
a { background-color: rgb(168,172,171); }
div.DivClassName
{
background-color: #A8ACAB;
}
.BgClassName
{
background-color: #A8ACAB;
}
</style>
border-color css
<style>
span { border-color: #A8ACAB; }
span { border-color: rgb(168,172,171); }
td.TdClassName
{
border-color: #A8ACAB;
}
.TagClassName
{
border-color: #A8ACAB;
}
</style>