Shades of Green Spring #AEB0A0
Tints of Green Spring #AEB0A0
RGB
CMYK
RGB Variations
Color information
#AEB0A0 (or 0xAEB0A0) is known color: Green Spring. HEX triplet: AE, B0 and A0. RGB value is (174,176,160). Sum of RGB (Red+Green+Blue) = 174+176+160=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB0A0 is #514F5F. Grayscale: #ADADAD. Windows color (decimal): -5328736 or 10530990. OLE color: 10530990.
HSL color Cylindrical-coordinate representation of color #AEB0A0: hue angle of 67.5º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEB0A0 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 176 | 160 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.31 |
| HSL | 67.5º | 0.09% | 0.66% | - |
| HSV(B) | 67.5º | 0.09% | 0.69% | - |
| XYZ | 39.33 | 42.59 | 39.41 | - |
| YUV | 173.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 160 | 0.01 | 0 | 0.09 | 0.31 | 67.5 | 0.09 | 0.66 |
| Hex | AE | B0 | A0 | 1 | 0 | 9 | 1F | 44 | 9 | 42 |
| Octal | 256 | 260 | 240 | 1 | 0 | 11 | 37 | 104 | 11 | 102 |
| Binary | 10101110 | 10110000 | 10100000 | 1 | 0 | 1001 | 11111 | 1000100 | 1001 | 1000010 |
Color Harmonies of #AEB0A0
Complementary color
Monochromatic Colors of #AEB0A0
Black with #AEB0A0
Text Example
Text Example
White with #AEB0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB0A0; }
p { color: rgb(174,176,160); }
H1.HeaderClassName
{
color: #AEB0A0;
}
.AnyTagClassName
{
color: #AEB0A0;
}
</style>
background-color css
<style>
a { background-color: #AEB0A0; }
a { background-color: rgb(174,176,160); }
div.DivClassName
{
background-color: #AEB0A0;
}
.BgClassName
{
background-color: #AEB0A0;
}
</style>
border-color css
<style>
span { border-color: #AEB0A0; }
span { border-color: rgb(174,176,160); }
td.TdClassName
{
border-color: #AEB0A0;
}
.TagClassName
{
border-color: #AEB0A0;
}
</style>