Shades of Green Smoke #A8AD6B
Tints of Green Smoke #A8AD6B
RGB
CMYK
RGB Variations
Color information
#A8AD6B (or 0xA8AD6B) is known color: Green Smoke. HEX triplet: A8, AD and 6B. RGB value is (168,173,107). Sum of RGB (Red+Green+Blue) = 168+173+107=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD6B is #575294. Grayscale: #A4A4A4. Windows color (decimal): -5722773 or 7056808. OLE color: 7056808.
HSL color Cylindrical-coordinate representation of color #A8AD6B: hue angle of 64.55º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8AD6B is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
RGB | 168 | 173 | 107 | - |
CMYK | 0.03 | 0 | 0.38 | 0.32 |
HSL | 64.55º | 0.29% | 0.55% | - |
HSV(B) | 64.55º | 0.38% | 0.68% | - |
XYZ | 33.75 | 39.27 | 19.71 | - |
YUV | 163.98 | 95.84 | 130.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 173 | 107 | 0.03 | 0 | 0.38 | 0.32 | 64.55 | 0.29 | 0.55 |
Hex | A8 | AD | 6B | 3 | 0 | 26 | 20 | 41 | 1D | 37 |
Octal | 250 | 255 | 153 | 3 | 0 | 46 | 40 | 101 | 35 | 67 |
Binary | 10101000 | 10101101 | 1101011 | 11 | 0 | 100110 | 100000 | 1000001 | 11101 | 110111 |
Color Harmonies of #A8AD6B
Complementary color
Monochromatic Colors of #A8AD6B
Black with #A8AD6B
Text Example
Text Example
White with #A8AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD6B; }
p { color: rgb(168,173,107); }
H1.HeaderClassName
{
color: #A8AD6B;
}
.AnyTagClassName
{
color: #A8AD6B;
}
</style>
background-color css
<style>
a { background-color: #A8AD6B; }
a { background-color: rgb(168,173,107); }
div.DivClassName
{
background-color: #A8AD6B;
}
.BgClassName
{
background-color: #A8AD6B;
}
</style>
border-color css
<style>
span { border-color: #A8AD6B; }
span { border-color: rgb(168,173,107); }
td.TdClassName
{
border-color: #A8AD6B;
}
.TagClassName
{
border-color: #A8AD6B;
}
</style>