Shades of Conch #A5B0AF
Tints of Conch #A5B0AF
RGB
CMYK
RGB Variations
Color information
#A5B0AF (or 0xA5B0AF) is known color: Conch. HEX triplet: A5, B0 and AF. RGB value is (165,176,175). Sum of RGB (Red+Green+Blue) = 165+176+175=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B0AF is #5A4F50. Grayscale: #ACACAC. Windows color (decimal): -5918545 or 11514021. OLE color: 11514021.
HSL color Cylindrical-coordinate representation of color #A5B0AF: hue angle of 174.55º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A5B0AF is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 176 | 175 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.31 |
| HSL | 174.55º | 0.07% | 0.67% | - |
| HSV(B) | 174.55º | 0.06% | 0.69% | - |
| XYZ | 38.78 | 42.15 | 46.65 | - |
| YUV | 172.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 175 | 0.06 | 0 | 0.01 | 0.31 | 174.55 | 0.07 | 0.67 |
| Hex | A5 | B0 | AF | 6 | 0 | 1 | 1F | AF | 7 | 43 |
| Octal | 245 | 260 | 257 | 6 | 0 | 1 | 37 | 257 | 7 | 103 |
| Binary | 10100101 | 10110000 | 10101111 | 110 | 0 | 1 | 11111 | 10101111 | 111 | 1000011 |
Color Harmonies of #A5B0AF
Complementary color
Monochromatic Colors of #A5B0AF
Black with #A5B0AF
Text Example
Text Example
White with #A5B0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B0AF; }
p { color: rgb(165,176,175); }
H1.HeaderClassName
{
color: #A5B0AF;
}
.AnyTagClassName
{
color: #A5B0AF;
}
</style>
background-color css
<style>
a { background-color: #A5B0AF; }
a { background-color: rgb(165,176,175); }
div.DivClassName
{
background-color: #A5B0AF;
}
.BgClassName
{
background-color: #A5B0AF;
}
</style>
border-color css
<style>
span { border-color: #A5B0AF; }
span { border-color: rgb(165,176,175); }
td.TdClassName
{
border-color: #A5B0AF;
}
.TagClassName
{
border-color: #A5B0AF;
}
</style>