Shades of Delta #A2A3A0
Tints of Delta #A2A3A0
RGB
CMYK
RGB Variations
Color information
#A2A3A0 (or 0xA2A3A0) is known color: Delta. HEX triplet: A2, A3 and A0. RGB value is (162,163,160). Sum of RGB (Red+Green+Blue) = 162+163+160=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A3A0 is #5D5C5F. Grayscale: #A2A2A2. Windows color (decimal): -6118496 or 10527650. OLE color: 10527650.
HSL color Cylindrical-coordinate representation of color #A2A3A0: hue angle of 80º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A2A3A0 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 163 | 160 | - |
CMYK | 0.01 | 0 | 0.02 | 0.36 |
HSL | 80º | 0.02% | 0.63% | - |
HSV(B) | 80º | 0.02% | 0.64% | - |
XYZ | 34.34 | 36.41 | 38.48 | - |
YUV | 162.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 163 | 160 | 0.01 | 0 | 0.02 | 0.36 | 80 | 0.02 | 0.63 |
Hex | A2 | A3 | A0 | 1 | 0 | 2 | 24 | 50 | 2 | 3F |
Octal | 242 | 243 | 240 | 1 | 0 | 2 | 44 | 120 | 2 | 77 |
Binary | 10100010 | 10100011 | 10100000 | 1 | 0 | 10 | 100100 | 1010000 | 10 | 111111 |
Color Harmonies of #A2A3A0
Complementary color
Monochromatic Colors of #A2A3A0
Black with #A2A3A0
Text Example
Text Example
White with #A2A3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A3A0; }
p { color: rgb(162,163,160); }
H1.HeaderClassName
{
color: #A2A3A0;
}
.AnyTagClassName
{
color: #A2A3A0;
}
</style>
background-color css
<style>
a { background-color: #A2A3A0; }
a { background-color: rgb(162,163,160); }
div.DivClassName
{
background-color: #A2A3A0;
}
.BgClassName
{
background-color: #A2A3A0;
}
</style>
border-color css
<style>
span { border-color: #A2A3A0; }
span { border-color: rgb(162,163,160); }
td.TdClassName
{
border-color: #A2A3A0;
}
.TagClassName
{
border-color: #A2A3A0;
}
</style>