Shades of Green Smoke #A5AF5C
Tints of Green Smoke #A5AF5C
RGB
CMYK
RGB Variations
Color information
#A5AF5C (or 0xA5AF5C) is known color: Green Smoke. HEX triplet: A5, AF and 5C. RGB value is (165,175,92). Sum of RGB (Red+Green+Blue) = 165+175+92=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF5C is #5A50A3. Grayscale: #A2A2A2. Windows color (decimal): -5918884 or 6074277. OLE color: 6074277.
HSL color Cylindrical-coordinate representation of color #A5AF5C: hue angle of 67.23º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5AF5C is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 92 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.31 |
| HSL | 67.23º | 0.34% | 0.52% | - |
| HSV(B) | 67.23º | 0.47% | 0.69% | - |
| XYZ | 32.78 | 39.43 | 16.01 | - |
| YUV | 162.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 92 | 0.06 | 0 | 0.47 | 0.31 | 67.23 | 0.34 | 0.52 |
| Hex | A5 | AF | 5C | 6 | 0 | 2F | 1F | 43 | 22 | 34 |
| Octal | 245 | 257 | 134 | 6 | 0 | 57 | 37 | 103 | 42 | 64 |
| Binary | 10100101 | 10101111 | 1011100 | 110 | 0 | 101111 | 11111 | 1000011 | 100010 | 110100 |
Color Harmonies of #A5AF5C
Complementary color
Monochromatic Colors of #A5AF5C
Black with #A5AF5C
Text Example
Text Example
White with #A5AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF5C; }
p { color: rgb(165,175,92); }
H1.HeaderClassName
{
color: #A5AF5C;
}
.AnyTagClassName
{
color: #A5AF5C;
}
</style>
background-color css
<style>
a { background-color: #A5AF5C; }
a { background-color: rgb(165,175,92); }
div.DivClassName
{
background-color: #A5AF5C;
}
.BgClassName
{
background-color: #A5AF5C;
}
</style>
border-color css
<style>
span { border-color: #A5AF5C; }
span { border-color: rgb(165,175,92); }
td.TdClassName
{
border-color: #A5AF5C;
}
.TagClassName
{
border-color: #A5AF5C;
}
</style>