Shades of Edward #A1AFA3
Tints of Edward #A1AFA3
RGB
CMYK
RGB Variations
Color information
#A1AFA3 (or 0xA1AFA3) is known color: Edward. HEX triplet: A1, AF and A3. RGB value is (161,175,163). Sum of RGB (Red+Green+Blue) = 161+175+163=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AFA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AFA3 is #5E505C. Grayscale: #A9A9A9. Windows color (decimal): -6180957 or 10727329. OLE color: 10727329.
HSL color Cylindrical-coordinate representation of color #A1AFA3: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1AFA3 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 163 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.31 |
| HSL | 128.57º | 0.08% | 0.66% | - |
| HSV(B) | 128.57º | 0.08% | 0.69% | - |
| XYZ | 36.64 | 40.88 | 40.61 | - |
| YUV | 169.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 163 | 0.08 | 0 | 0.07 | 0.31 | 128.57 | 0.08 | 0.66 |
| Hex | A1 | AF | A3 | 8 | 0 | 7 | 1F | 81 | 8 | 42 |
| Octal | 241 | 257 | 243 | 10 | 0 | 7 | 37 | 201 | 10 | 102 |
| Binary | 10100001 | 10101111 | 10100011 | 1000 | 0 | 111 | 11111 | 10000001 | 1000 | 1000010 |
Color Harmonies of #A1AFA3
Complementary color
Monochromatic Colors of #A1AFA3
Black with #A1AFA3
Text Example
Text Example
White with #A1AFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFA3; }
p { color: rgb(161,175,163); }
H1.HeaderClassName
{
color: #A1AFA3;
}
.AnyTagClassName
{
color: #A1AFA3;
}
</style>
background-color css
<style>
a { background-color: #A1AFA3; }
a { background-color: rgb(161,175,163); }
div.DivClassName
{
background-color: #A1AFA3;
}
.BgClassName
{
background-color: #A1AFA3;
}
</style>
border-color css
<style>
span { border-color: #A1AFA3; }
span { border-color: rgb(161,175,163); }
td.TdClassName
{
border-color: #A1AFA3;
}
.TagClassName
{
border-color: #A1AFA3;
}
</style>