Shades of Green Smoke #A0A567
Tints of Green Smoke #A0A567
RGB
CMYK
RGB Variations
Color information
#A0A567 (or 0xA0A567) is known color: Green Smoke. HEX triplet: A0, A5 and 67. RGB value is (160,165,103). Sum of RGB (Red+Green+Blue) = 160+165+103=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A567 is #5F5A98. Grayscale: #9C9C9C. Windows color (decimal): -6249113 or 6792608. OLE color: 6792608.
HSL color Cylindrical-coordinate representation of color #A0A567: hue angle of 64.84º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0A567 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 165 | 103 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.35 |
| HSL | 64.84º | 0.26% | 0.53% | - |
| HSV(B) | 64.84º | 0.38% | 0.65% | - |
| XYZ | 30.4 | 35.36 | 18.06 | - |
| YUV | 156.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 103 | 0.03 | 0 | 0.38 | 0.35 | 64.84 | 0.26 | 0.53 |
| Hex | A0 | A5 | 67 | 3 | 0 | 26 | 23 | 41 | 1A | 35 |
| Octal | 240 | 245 | 147 | 3 | 0 | 46 | 43 | 101 | 32 | 65 |
| Binary | 10100000 | 10100101 | 1100111 | 11 | 0 | 100110 | 100011 | 1000001 | 11010 | 110101 |
Color Harmonies of #A0A567
Complementary color
Monochromatic Colors of #A0A567
Black with #A0A567
Text Example
Text Example
White with #A0A567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A567; }
p { color: rgb(160,165,103); }
H1.HeaderClassName
{
color: #A0A567;
}
.AnyTagClassName
{
color: #A0A567;
}
</style>
background-color css
<style>
a { background-color: #A0A567; }
a { background-color: rgb(160,165,103); }
div.DivClassName
{
background-color: #A0A567;
}
.BgClassName
{
background-color: #A0A567;
}
</style>
border-color css
<style>
span { border-color: #A0A567; }
span { border-color: rgb(160,165,103); }
td.TdClassName
{
border-color: #A0A567;
}
.TagClassName
{
border-color: #A0A567;
}
</style>