Shades of Conch #A5B2AF
Tints of Conch #A5B2AF
RGB
CMYK
RGB Variations
Color information
#A5B2AF (or 0xA5B2AF) is known color: Conch. HEX triplet: A5, B2 and AF. RGB value is (165,178,175). Sum of RGB (Red+Green+Blue) = 165+178+175=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B2AF is #5A4D50. Grayscale: #ADADAD. Windows color (decimal): -5918033 or 11514533. OLE color: 11514533.
HSL color Cylindrical-coordinate representation of color #A5B2AF: hue angle of 166.15º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A5B2AF is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 175 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.30 |
| HSL | 166.15º | 0.08% | 0.67% | - |
| HSV(B) | 166.15º | 0.07% | 0.7% | - |
| XYZ | 39.18 | 42.94 | 46.78 | - |
| YUV | 173.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 175 | 0.07 | 0 | 0.02 | 0.30 | 166.15 | 0.08 | 0.67 |
| Hex | A5 | B2 | AF | 7 | 0 | 2 | 1E | A6 | 8 | 43 |
| Octal | 245 | 262 | 257 | 7 | 0 | 2 | 36 | 246 | 10 | 103 |
| Binary | 10100101 | 10110010 | 10101111 | 111 | 0 | 10 | 11110 | 10100110 | 1000 | 1000011 |
Color Harmonies of #A5B2AF
Complementary color
Monochromatic Colors of #A5B2AF
Black with #A5B2AF
Text Example
Text Example
White with #A5B2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B2AF; }
p { color: rgb(165,178,175); }
H1.HeaderClassName
{
color: #A5B2AF;
}
.AnyTagClassName
{
color: #A5B2AF;
}
</style>
background-color css
<style>
a { background-color: #A5B2AF; }
a { background-color: rgb(165,178,175); }
div.DivClassName
{
background-color: #A5B2AF;
}
.BgClassName
{
background-color: #A5B2AF;
}
</style>
border-color css
<style>
span { border-color: #A5B2AF; }
span { border-color: rgb(165,178,175); }
td.TdClassName
{
border-color: #A5B2AF;
}
.TagClassName
{
border-color: #A5B2AF;
}
</style>