Shades of Green Smoke #A5AF65
Tints of Green Smoke #A5AF65
RGB
CMYK
RGB Variations
Color information
#A5AF65 (or 0xA5AF65) is known color: Green Smoke. HEX triplet: A5, AF and 65. RGB value is (165,175,101). Sum of RGB (Red+Green+Blue) = 165+175+101=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF65 is #5A509A. Grayscale: #A3A3A3. Windows color (decimal): -5918875 or 6664101. OLE color: 6664101.
HSL color Cylindrical-coordinate representation of color #A5AF65: hue angle of 68.11º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5AF65 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 101 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.31 |
| HSL | 68.11º | 0.32% | 0.54% | - |
| HSV(B) | 68.11º | 0.42% | 0.69% | - |
| XYZ | 33.2 | 39.6 | 18.21 | - |
| YUV | 163.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 101 | 0.06 | 0 | 0.42 | 0.31 | 68.11 | 0.32 | 0.54 |
| Hex | A5 | AF | 65 | 6 | 0 | 2A | 1F | 44 | 20 | 36 |
| Octal | 245 | 257 | 145 | 6 | 0 | 52 | 37 | 104 | 40 | 66 |
| Binary | 10100101 | 10101111 | 1100101 | 110 | 0 | 101010 | 11111 | 1000100 | 100000 | 110110 |
Color Harmonies of #A5AF65
Complementary color
Monochromatic Colors of #A5AF65
Black with #A5AF65
Text Example
Text Example
White with #A5AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF65; }
p { color: rgb(165,175,101); }
H1.HeaderClassName
{
color: #A5AF65;
}
.AnyTagClassName
{
color: #A5AF65;
}
</style>
background-color css
<style>
a { background-color: #A5AF65; }
a { background-color: rgb(165,175,101); }
div.DivClassName
{
background-color: #A5AF65;
}
.BgClassName
{
background-color: #A5AF65;
}
</style>
border-color css
<style>
span { border-color: #A5AF65; }
span { border-color: rgb(165,175,101); }
td.TdClassName
{
border-color: #A5AF65;
}
.TagClassName
{
border-color: #A5AF65;
}
</style>