Shades of Green Smoke #A8B470
Tints of Green Smoke #A8B470
RGB
CMYK
RGB Variations
Color information
#A8B470 (or 0xA8B470) is known color: Green Smoke. HEX triplet: A8, B4 and 70. RGB value is (168,180,112). Sum of RGB (Red+Green+Blue) = 168+180+112=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B470 is #574B8F. Grayscale: #A8A8A8. Windows color (decimal): -5720976 or 7386280. OLE color: 7386280.
HSL color Cylindrical-coordinate representation of color #A8B470: hue angle of 70.59º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8B470 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 112 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.29 |
| HSL | 70.59º | 0.31% | 0.57% | - |
| HSV(B) | 70.59º | 0.38% | 0.71% | - |
| XYZ | 35.39 | 42.14 | 21.6 | - |
| YUV | 168.66 | 96.02 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 112 | 0.07 | 0 | 0.38 | 0.29 | 70.59 | 0.31 | 0.57 |
| Hex | A8 | B4 | 70 | 7 | 0 | 26 | 1D | 47 | 1F | 39 |
| Octal | 250 | 264 | 160 | 7 | 0 | 46 | 35 | 107 | 37 | 71 |
| Binary | 10101000 | 10110100 | 1110000 | 111 | 0 | 100110 | 11101 | 1000111 | 11111 | 111001 |
Color Harmonies of #A8B470
Complementary color
Monochromatic Colors of #A8B470
Black with #A8B470
Text Example
Text Example
White with #A8B470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B470; }
p { color: rgb(168,180,112); }
H1.HeaderClassName
{
color: #A8B470;
}
.AnyTagClassName
{
color: #A8B470;
}
</style>
background-color css
<style>
a { background-color: #A8B470; }
a { background-color: rgb(168,180,112); }
div.DivClassName
{
background-color: #A8B470;
}
.BgClassName
{
background-color: #A8B470;
}
</style>
border-color css
<style>
span { border-color: #A8B470; }
span { border-color: rgb(168,180,112); }
td.TdClassName
{
border-color: #A8B470;
}
.TagClassName
{
border-color: #A8B470;
}
</style>