Shades of Edward #A1B5A5
Tints of Edward #A1B5A5
RGB
CMYK
RGB Variations
Color information
#A1B5A5 (or 0xA1B5A5) is known color: Edward. HEX triplet: A1, B5 and A5. RGB value is (161,181,165). Sum of RGB (Red+Green+Blue) = 161+181+165=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B5A5 is #5E4A5A. Grayscale: #ADADAD. Windows color (decimal): -6179419 or 10859937. OLE color: 10859937.
HSL color Cylindrical-coordinate representation of color #A1B5A5: hue angle of 132º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1B5A5 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 165 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.29 |
| HSL | 132º | 0.12% | 0.67% | - |
| HSV(B) | 132º | 0.11% | 0.71% | - |
| XYZ | 38.01 | 43.34 | 41.96 | - |
| YUV | 173.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 165 | 0.11 | 0 | 0.09 | 0.29 | 132 | 0.12 | 0.67 |
| Hex | A1 | B5 | A5 | B | 0 | 9 | 1D | 84 | C | 43 |
| Octal | 241 | 265 | 245 | 13 | 0 | 11 | 35 | 204 | 14 | 103 |
| Binary | 10100001 | 10110101 | 10100101 | 1011 | 0 | 1001 | 11101 | 10000100 | 1100 | 1000011 |
Color Harmonies of #A1B5A5
Complementary color
Monochromatic Colors of #A1B5A5
Black with #A1B5A5
Text Example
Text Example
White with #A1B5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B5A5; }
p { color: rgb(161,181,165); }
H1.HeaderClassName
{
color: #A1B5A5;
}
.AnyTagClassName
{
color: #A1B5A5;
}
</style>
background-color css
<style>
a { background-color: #A1B5A5; }
a { background-color: rgb(161,181,165); }
div.DivClassName
{
background-color: #A1B5A5;
}
.BgClassName
{
background-color: #A1B5A5;
}
</style>
border-color css
<style>
span { border-color: #A1B5A5; }
span { border-color: rgb(161,181,165); }
td.TdClassName
{
border-color: #A1B5A5;
}
.TagClassName
{
border-color: #A1B5A5;
}
</style>