Shades of Edward #A8B0AA
Tints of Edward #A8B0AA
RGB
CMYK
RGB Variations
Color information
#A8B0AA (or 0xA8B0AA) is known color: Edward. HEX triplet: A8, B0 and AA. RGB value is (168,176,170). Sum of RGB (Red+Green+Blue) = 168+176+170=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B0AA is #574F55. Grayscale: #ACACAC. Windows color (decimal): -5721942 or 11186344. OLE color: 11186344.
HSL color Cylindrical-coordinate representation of color #A8B0AA: hue angle of 135º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A8B0AA is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 170 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.31 |
| HSL | 135º | 0.05% | 0.67% | - |
| HSV(B) | 135º | 0.05% | 0.69% | - |
| XYZ | 38.93 | 42.28 | 44.14 | - |
| YUV | 172.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 170 | 0.05 | 0 | 0.03 | 0.31 | 135 | 0.05 | 0.67 |
| Hex | A8 | B0 | AA | 5 | 0 | 3 | 1F | 87 | 5 | 43 |
| Octal | 250 | 260 | 252 | 5 | 0 | 3 | 37 | 207 | 5 | 103 |
| Binary | 10101000 | 10110000 | 10101010 | 101 | 0 | 11 | 11111 | 10000111 | 101 | 1000011 |
Color Harmonies of #A8B0AA
Complementary color
Monochromatic Colors of #A8B0AA
Black with #A8B0AA
Text Example
Text Example
White with #A8B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B0AA; }
p { color: rgb(168,176,170); }
H1.HeaderClassName
{
color: #A8B0AA;
}
.AnyTagClassName
{
color: #A8B0AA;
}
</style>
background-color css
<style>
a { background-color: #A8B0AA; }
a { background-color: rgb(168,176,170); }
div.DivClassName
{
background-color: #A8B0AA;
}
.BgClassName
{
background-color: #A8B0AA;
}
</style>
border-color css
<style>
span { border-color: #A8B0AA; }
span { border-color: rgb(168,176,170); }
td.TdClassName
{
border-color: #A8B0AA;
}
.TagClassName
{
border-color: #A8B0AA;
}
</style>