Shades of Green Spring #A3AF8A
Tints of Green Spring #A3AF8A
RGB
CMYK
RGB Variations
Color information
#A3AF8A (or 0xA3AF8A) is known color: Green Spring. HEX triplet: A3, AF and 8A. RGB value is (163,175,138). Sum of RGB (Red+Green+Blue) = 163+175+138=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AF8A is #5C5075. Grayscale: #A7A7A7. Windows color (decimal): -6049910 or 9088931. OLE color: 9088931.
HSL color Cylindrical-coordinate representation of color #A3AF8A: hue angle of 79.46º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3AF8A is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 138 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.31 |
| HSL | 79.46º | 0.19% | 0.61% | - |
| HSV(B) | 79.46º | 0.21% | 0.69% | - |
| XYZ | 35.02 | 40.28 | 29.97 | - |
| YUV | 167.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 138 | 0.07 | 0 | 0.21 | 0.31 | 79.46 | 0.19 | 0.61 |
| Hex | A3 | AF | 8A | 7 | 0 | 15 | 1F | 4F | 13 | 3D |
| Octal | 243 | 257 | 212 | 7 | 0 | 25 | 37 | 117 | 23 | 75 |
| Binary | 10100011 | 10101111 | 10001010 | 111 | 0 | 10101 | 11111 | 1001111 | 10011 | 111101 |
Color Harmonies of #A3AF8A
Complementary color
Monochromatic Colors of #A3AF8A
Black with #A3AF8A
Text Example
Text Example
White with #A3AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF8A; }
p { color: rgb(163,175,138); }
H1.HeaderClassName
{
color: #A3AF8A;
}
.AnyTagClassName
{
color: #A3AF8A;
}
</style>
background-color css
<style>
a { background-color: #A3AF8A; }
a { background-color: rgb(163,175,138); }
div.DivClassName
{
background-color: #A3AF8A;
}
.BgClassName
{
background-color: #A3AF8A;
}
</style>
border-color css
<style>
span { border-color: #A3AF8A; }
span { border-color: rgb(163,175,138); }
td.TdClassName
{
border-color: #A3AF8A;
}
.TagClassName
{
border-color: #A3AF8A;
}
</style>