Shades of Green Smoke #A5B166
Tints of Green Smoke #A5B166
RGB
CMYK
RGB Variations
Color information
#A5B166 (or 0xA5B166) is known color: Green Smoke. HEX triplet: A5, B1 and 66. RGB value is (165,177,102). Sum of RGB (Red+Green+Blue) = 165+177+102=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B166 is #5A4E99. Grayscale: #A5A5A5. Windows color (decimal): -5918362 or 6730149. OLE color: 6730149.
HSL color Cylindrical-coordinate representation of color #A5B166: hue angle of 69.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5B166 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 102 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.31 |
| HSL | 69.6º | 0.32% | 0.55% | - |
| HSV(B) | 69.6º | 0.42% | 0.69% | - |
| XYZ | 33.64 | 40.4 | 18.6 | - |
| YUV | 164.86 | 92.52 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 102 | 0.07 | 0 | 0.42 | 0.31 | 69.6 | 0.32 | 0.55 |
| Hex | A5 | B1 | 66 | 7 | 0 | 2A | 1F | 46 | 20 | 37 |
| Octal | 245 | 261 | 146 | 7 | 0 | 52 | 37 | 106 | 40 | 67 |
| Binary | 10100101 | 10110001 | 1100110 | 111 | 0 | 101010 | 11111 | 1000110 | 100000 | 110111 |
Color Harmonies of #A5B166
Complementary color
Monochromatic Colors of #A5B166
Black with #A5B166
Text Example
Text Example
White with #A5B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B166; }
p { color: rgb(165,177,102); }
H1.HeaderClassName
{
color: #A5B166;
}
.AnyTagClassName
{
color: #A5B166;
}
</style>
background-color css
<style>
a { background-color: #A5B166; }
a { background-color: rgb(165,177,102); }
div.DivClassName
{
background-color: #A5B166;
}
.BgClassName
{
background-color: #A5B166;
}
</style>
border-color css
<style>
span { border-color: #A5B166; }
span { border-color: rgb(165,177,102); }
td.TdClassName
{
border-color: #A5B166;
}
.TagClassName
{
border-color: #A5B166;
}
</style>