Shades of Green Smoke #A5AF58
Tints of Green Smoke #A5AF58
RGB
CMYK
RGB Variations
Color information
#A5AF58 (or 0xA5AF58) is known color: Green Smoke. HEX triplet: A5, AF and 58. RGB value is (165,175,88). Sum of RGB (Red+Green+Blue) = 165+175+88=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF58 is #5A50A7. Grayscale: #A2A2A2. Windows color (decimal): -5918888 or 5812133. OLE color: 5812133.
HSL color Cylindrical-coordinate representation of color #A5AF58: hue angle of 66.9º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5AF58 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 88 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.31 |
| HSL | 66.9º | 0.35% | 0.52% | - |
| HSV(B) | 66.9º | 0.5% | 0.69% | - |
| XYZ | 32.61 | 39.36 | 15.11 | - |
| YUV | 162.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 88 | 0.06 | 0 | 0.50 | 0.31 | 66.9 | 0.35 | 0.52 |
| Hex | A5 | AF | 58 | 6 | 0 | 32 | 1F | 43 | 23 | 34 |
| Octal | 245 | 257 | 130 | 6 | 0 | 62 | 37 | 103 | 43 | 64 |
| Binary | 10100101 | 10101111 | 1011000 | 110 | 0 | 110010 | 11111 | 1000011 | 100011 | 110100 |
Color Harmonies of #A5AF58
Complementary color
Monochromatic Colors of #A5AF58
Black with #A5AF58
Text Example
Text Example
White with #A5AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF58; }
p { color: rgb(165,175,88); }
H1.HeaderClassName
{
color: #A5AF58;
}
.AnyTagClassName
{
color: #A5AF58;
}
</style>
background-color css
<style>
a { background-color: #A5AF58; }
a { background-color: rgb(165,175,88); }
div.DivClassName
{
background-color: #A5AF58;
}
.BgClassName
{
background-color: #A5AF58;
}
</style>
border-color css
<style>
span { border-color: #A5AF58; }
span { border-color: rgb(165,175,88); }
td.TdClassName
{
border-color: #A5AF58;
}
.TagClassName
{
border-color: #A5AF58;
}
</style>