Shades of Edward #A8AFA9
Tints of Edward #A8AFA9
RGB
CMYK
RGB Variations
Color information
#A8AFA9 (or 0xA8AFA9) is known color: Edward. HEX triplet: A8, AF and A9. RGB value is (168,175,169). Sum of RGB (Red+Green+Blue) = 168+175+169=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFA9 is #575056. Grayscale: #ACACAC. Windows color (decimal): -5722199 or 11120552. OLE color: 11120552.
HSL color Cylindrical-coordinate representation of color #A8AFA9: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A8AFA9 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
RGB | 168 | 175 | 169 | - |
CMYK | 0.04 | 0 | 0.03 | 0.31 |
HSL | 128.57º | 0.04% | 0.67% | - |
HSV(B) | 128.57º | 0.04% | 0.69% | - |
XYZ | 38.64 | 41.85 | 43.58 | - |
YUV | 172.22 | 126.18 | 124.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 175 | 169 | 0.04 | 0 | 0.03 | 0.31 | 128.57 | 0.04 | 0.67 |
Hex | A8 | AF | A9 | 4 | 0 | 3 | 1F | 81 | 4 | 43 |
Octal | 250 | 257 | 251 | 4 | 0 | 3 | 37 | 201 | 4 | 103 |
Binary | 10101000 | 10101111 | 10101001 | 100 | 0 | 11 | 11111 | 10000001 | 100 | 1000011 |
Color Harmonies of #A8AFA9
Complementary color
Monochromatic Colors of #A8AFA9
Black with #A8AFA9
Text Example
Text Example
White with #A8AFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFA9; }
p { color: rgb(168,175,169); }
H1.HeaderClassName
{
color: #A8AFA9;
}
.AnyTagClassName
{
color: #A8AFA9;
}
</style>
background-color css
<style>
a { background-color: #A8AFA9; }
a { background-color: rgb(168,175,169); }
div.DivClassName
{
background-color: #A8AFA9;
}
.BgClassName
{
background-color: #A8AFA9;
}
</style>
border-color css
<style>
span { border-color: #A8AFA9; }
span { border-color: rgb(168,175,169); }
td.TdClassName
{
border-color: #A8AFA9;
}
.TagClassName
{
border-color: #A8AFA9;
}
</style>