Shades of Skeptic #A5B4AD
Tints of Skeptic #A5B4AD
RGB
CMYK
RGB Variations
Color information
#A5B4AD (or 0xA5B4AD) is known color: Skeptic. HEX triplet: A5, B4 and AD. RGB value is (165,180,173). Sum of RGB (Red+Green+Blue) = 165+180+173=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B4AD is #5A4B52. Grayscale: #AEAEAE. Windows color (decimal): -5917523 or 11383973. OLE color: 11383973.
HSL color Cylindrical-coordinate representation of color #A5B4AD: hue angle of 152º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5B4AD is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 173 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.29 |
| HSL | 152º | 0.09% | 0.68% | - |
| HSV(B) | 152º | 0.08% | 0.71% | - |
| XYZ | 39.38 | 43.66 | 45.89 | - |
| YUV | 174.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 173 | 0.08 | 0 | 0.04 | 0.29 | 152 | 0.09 | 0.68 |
| Hex | A5 | B4 | AD | 8 | 0 | 4 | 1D | 98 | 9 | 44 |
| Octal | 245 | 264 | 255 | 10 | 0 | 4 | 35 | 230 | 11 | 104 |
| Binary | 10100101 | 10110100 | 10101101 | 1000 | 0 | 100 | 11101 | 10011000 | 1001 | 1000100 |
Color Harmonies of #A5B4AD
Complementary color
Monochromatic Colors of #A5B4AD
Black with #A5B4AD
Text Example
Text Example
White with #A5B4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B4AD; }
p { color: rgb(165,180,173); }
H1.HeaderClassName
{
color: #A5B4AD;
}
.AnyTagClassName
{
color: #A5B4AD;
}
</style>
background-color css
<style>
a { background-color: #A5B4AD; }
a { background-color: rgb(165,180,173); }
div.DivClassName
{
background-color: #A5B4AD;
}
.BgClassName
{
background-color: #A5B4AD;
}
</style>
border-color css
<style>
span { border-color: #A5B4AD; }
span { border-color: rgb(165,180,173); }
td.TdClassName
{
border-color: #A5B4AD;
}
.TagClassName
{
border-color: #A5B4AD;
}
</style>