Shades of Conch #A5ADAB
Tints of Conch #A5ADAB
RGB
CMYK
RGB Variations
Color information
#A5ADAB (or 0xA5ADAB) is known color: Conch. HEX triplet: A5, AD and AB. RGB value is (165,173,171). Sum of RGB (Red+Green+Blue) = 165+173+171=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 173 - color contains mainly: green. Hex color #A5ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ADAB is #5A5254. Grayscale: #AAAAAA. Windows color (decimal): -5919317 or 11251109. OLE color: 11251109.
HSL color Cylindrical-coordinate representation of color #A5ADAB: hue angle of 165º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A5ADAB is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 171 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.32 |
| HSL | 165º | 0.05% | 0.66% | - |
| HSV(B) | 165º | 0.05% | 0.68% | - |
| XYZ | 37.81 | 40.83 | 44.42 | - |
| YUV | 170.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 171 | 0.05 | 0 | 0.01 | 0.32 | 165 | 0.05 | 0.66 |
| Hex | A5 | AD | AB | 5 | 0 | 1 | 20 | A5 | 5 | 42 |
| Octal | 245 | 255 | 253 | 5 | 0 | 1 | 40 | 245 | 5 | 102 |
| Binary | 10100101 | 10101101 | 10101011 | 101 | 0 | 1 | 100000 | 10100101 | 101 | 1000010 |
Color Harmonies of #A5ADAB
Complementary color
Monochromatic Colors of #A5ADAB
Black with #A5ADAB
Text Example
Text Example
White with #A5ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ADAB; }
p { color: rgb(165,173,171); }
H1.HeaderClassName
{
color: #A5ADAB;
}
.AnyTagClassName
{
color: #A5ADAB;
}
</style>
background-color css
<style>
a { background-color: #A5ADAB; }
a { background-color: rgb(165,173,171); }
div.DivClassName
{
background-color: #A5ADAB;
}
.BgClassName
{
background-color: #A5ADAB;
}
</style>
border-color css
<style>
span { border-color: #A5ADAB; }
span { border-color: rgb(165,173,171); }
td.TdClassName
{
border-color: #A5ADAB;
}
.TagClassName
{
border-color: #A5ADAB;
}
</style>