Shades of Green Smoke #A0B169
Tints of Green Smoke #A0B169
RGB
CMYK
RGB Variations
Color information
#A0B169 (or 0xA0B169) is known color: Green Smoke. HEX triplet: A0, B1 and 69. RGB value is (160,177,105). Sum of RGB (Red+Green+Blue) = 160+177+105=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B169 is #5F4E96. Grayscale: #A3A3A3. Windows color (decimal): -6246039 or 6926752. OLE color: 6926752.
HSL color Cylindrical-coordinate representation of color #A0B169: hue angle of 74.17º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0B169 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 177 | 105 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.31 |
| HSL | 74.17º | 0.32% | 0.55% | - |
| HSV(B) | 74.17º | 0.41% | 0.69% | - |
| XYZ | 32.77 | 39.94 | 19.35 | - |
| YUV | 163.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 105 | 0.10 | 0 | 0.41 | 0.31 | 74.17 | 0.32 | 0.55 |
| Hex | A0 | B1 | 69 | A | 0 | 29 | 1F | 4A | 20 | 37 |
| Octal | 240 | 261 | 151 | 12 | 0 | 51 | 37 | 112 | 40 | 67 |
| Binary | 10100000 | 10110001 | 1101001 | 1010 | 0 | 101001 | 11111 | 1001010 | 100000 | 110111 |
Color Harmonies of #A0B169
Complementary color
Monochromatic Colors of #A0B169
Black with #A0B169
Text Example
Text Example
White with #A0B169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B169; }
p { color: rgb(160,177,105); }
H1.HeaderClassName
{
color: #A0B169;
}
.AnyTagClassName
{
color: #A0B169;
}
</style>
background-color css
<style>
a { background-color: #A0B169; }
a { background-color: rgb(160,177,105); }
div.DivClassName
{
background-color: #A0B169;
}
.BgClassName
{
background-color: #A0B169;
}
</style>
border-color css
<style>
span { border-color: #A0B169; }
span { border-color: rgb(160,177,105); }
td.TdClassName
{
border-color: #A0B169;
}
.TagClassName
{
border-color: #A0B169;
}
</style>