Shades of Edward #A5ABA6
Tints of Edward #A5ABA6
RGB
CMYK
RGB Variations
Color information
#A5ABA6 (or 0xA5ABA6) is known color: Edward. HEX triplet: A5, AB and A6. RGB value is (165,171,166). Sum of RGB (Red+Green+Blue) = 165+171+166=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 171 - color contains mainly: green. Hex color #A5ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ABA6 is #5A5459. Grayscale: #A8A8A8. Windows color (decimal): -5919834 or 10922917. OLE color: 10922917.
HSL color Cylindrical-coordinate representation of color #A5ABA6: hue angle of 130º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A5ABA6 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 166 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.33 |
| HSL | 130º | 0.03% | 0.66% | - |
| HSV(B) | 130º | 0.04% | 0.67% | - |
| XYZ | 36.96 | 39.88 | 41.83 | - |
| YUV | 168.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 166 | 0.04 | 0 | 0.03 | 0.33 | 130 | 0.03 | 0.66 |
| Hex | A5 | AB | A6 | 4 | 0 | 3 | 21 | 82 | 3 | 42 |
| Octal | 245 | 253 | 246 | 4 | 0 | 3 | 41 | 202 | 3 | 102 |
| Binary | 10100101 | 10101011 | 10100110 | 100 | 0 | 11 | 100001 | 10000010 | 11 | 1000010 |
Color Harmonies of #A5ABA6
Complementary color
Monochromatic Colors of #A5ABA6
Black with #A5ABA6
Text Example
Text Example
White with #A5ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ABA6; }
p { color: rgb(165,171,166); }
H1.HeaderClassName
{
color: #A5ABA6;
}
.AnyTagClassName
{
color: #A5ABA6;
}
</style>
background-color css
<style>
a { background-color: #A5ABA6; }
a { background-color: rgb(165,171,166); }
div.DivClassName
{
background-color: #A5ABA6;
}
.BgClassName
{
background-color: #A5ABA6;
}
</style>
border-color css
<style>
span { border-color: #A5ABA6; }
span { border-color: rgb(165,171,166); }
td.TdClassName
{
border-color: #A5ABA6;
}
.TagClassName
{
border-color: #A5ABA6;
}
</style>