Shades of Edward #A2ADA4
Tints of Edward #A2ADA4
RGB
CMYK
RGB Variations
Color information
#A2ADA4 (or 0xA2ADA4) is known color: Edward. HEX triplet: A2, AD and A4. RGB value is (162,173,164). Sum of RGB (Red+Green+Blue) = 162+173+164=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 173 - color contains mainly: green. Hex color #A2ADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ADA4 is #5D525B. Grayscale: #A8A8A8. Windows color (decimal): -6115932 or 10792354. OLE color: 10792354.
HSL color Cylindrical-coordinate representation of color #A2ADA4: hue angle of 130.91º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A2ADA4 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
RGB | 162 | 173 | 164 | - |
CMYK | 0.06 | 0 | 0.05 | 0.32 |
HSL | 130.91º | 0.06% | 0.66% | - |
HSV(B) | 130.91º | 0.06% | 0.68% | - |
XYZ | 36.54 | 40.25 | 40.96 | - |
YUV | 168.69 | 125.36 | 123.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 173 | 164 | 0.06 | 0 | 0.05 | 0.32 | 130.91 | 0.06 | 0.66 |
Hex | A2 | AD | A4 | 6 | 0 | 5 | 20 | 83 | 6 | 42 |
Octal | 242 | 255 | 244 | 6 | 0 | 5 | 40 | 203 | 6 | 102 |
Binary | 10100010 | 10101101 | 10100100 | 110 | 0 | 101 | 100000 | 10000011 | 110 | 1000010 |
Color Harmonies of #A2ADA4
Complementary color
Monochromatic Colors of #A2ADA4
Black with #A2ADA4
Text Example
Text Example
White with #A2ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ADA4; }
p { color: rgb(162,173,164); }
H1.HeaderClassName
{
color: #A2ADA4;
}
.AnyTagClassName
{
color: #A2ADA4;
}
</style>
background-color css
<style>
a { background-color: #A2ADA4; }
a { background-color: rgb(162,173,164); }
div.DivClassName
{
background-color: #A2ADA4;
}
.BgClassName
{
background-color: #A2ADA4;
}
</style>
border-color css
<style>
span { border-color: #A2ADA4; }
span { border-color: rgb(162,173,164); }
td.TdClassName
{
border-color: #A2ADA4;
}
.TagClassName
{
border-color: #A2ADA4;
}
</style>