Shades of Edward #A8ACA9
Tints of Edward #A8ACA9
RGB
CMYK
RGB Variations
Color information
#A8ACA9 (or 0xA8ACA9) is known color: Edward. HEX triplet: A8, AC and A9. RGB value is (168,172,169). Sum of RGB (Red+Green+Blue) = 168+172+169=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 172 - color contains mainly: green. Hex color #A8ACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACA9 is #575356. Grayscale: #AAAAAA. Windows color (decimal): -5722967 or 11119784. OLE color: 11119784.
HSL color Cylindrical-coordinate representation of color #A8ACA9: hue angle of 135º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A8ACA9 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 172 | 169 | - |
CMYK | 0.02 | 0 | 0.02 | 0.33 |
HSL | 135º | 0.02% | 0.67% | - |
HSV(B) | 135º | 0.02% | 0.67% | - |
XYZ | 38.06 | 40.69 | 43.38 | - |
YUV | 170.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 172 | 169 | 0.02 | 0 | 0.02 | 0.33 | 135 | 0.02 | 0.67 |
Hex | A8 | AC | A9 | 2 | 0 | 2 | 21 | 87 | 2 | 43 |
Octal | 250 | 254 | 251 | 2 | 0 | 2 | 41 | 207 | 2 | 103 |
Binary | 10101000 | 10101100 | 10101001 | 10 | 0 | 10 | 100001 | 10000111 | 10 | 1000011 |
Color Harmonies of #A8ACA9
Complementary color
Monochromatic Colors of #A8ACA9
Black with #A8ACA9
Text Example
Text Example
White with #A8ACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACA9; }
p { color: rgb(168,172,169); }
H1.HeaderClassName
{
color: #A8ACA9;
}
.AnyTagClassName
{
color: #A8ACA9;
}
</style>
background-color css
<style>
a { background-color: #A8ACA9; }
a { background-color: rgb(168,172,169); }
div.DivClassName
{
background-color: #A8ACA9;
}
.BgClassName
{
background-color: #A8ACA9;
}
</style>
border-color css
<style>
span { border-color: #A8ACA9; }
span { border-color: rgb(168,172,169); }
td.TdClassName
{
border-color: #A8ACA9;
}
.TagClassName
{
border-color: #A8ACA9;
}
</style>