Shades of Bud #AEAF90
Tints of Bud #AEAF90
RGB
CMYK
RGB Variations
Color information
#AEAF90 (or 0xAEAF90) is known color: Bud. HEX triplet: AE, AF and 90. RGB value is (174,175,144). Sum of RGB (Red+Green+Blue) = 174+175+144=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF90 is #51506F. Grayscale: #ABABAB. Windows color (decimal): -5329008 or 9482158. OLE color: 9482158.
HSL color Cylindrical-coordinate representation of color #AEAF90: hue angle of 61.94º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEAF90 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 175 | 144 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.31 |
| HSL | 61.94º | 0.16% | 0.63% | - |
| HSV(B) | 61.94º | 0.18% | 0.69% | - |
| XYZ | 37.82 | 41.67 | 32.44 | - |
| YUV | 171.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 175 | 144 | 0.01 | 0 | 0.18 | 0.31 | 61.94 | 0.16 | 0.63 |
| Hex | AE | AF | 90 | 1 | 0 | 12 | 1F | 3E | 10 | 3F |
| Octal | 256 | 257 | 220 | 1 | 0 | 22 | 37 | 76 | 20 | 77 |
| Binary | 10101110 | 10101111 | 10010000 | 1 | 0 | 10010 | 11111 | 111110 | 10000 | 111111 |
Color Harmonies of #AEAF90
Complementary color
Monochromatic Colors of #AEAF90
Black with #AEAF90
Text Example
Text Example
White with #AEAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAF90; }
p { color: rgb(174,175,144); }
H1.HeaderClassName
{
color: #AEAF90;
}
.AnyTagClassName
{
color: #AEAF90;
}
</style>
background-color css
<style>
a { background-color: #AEAF90; }
a { background-color: rgb(174,175,144); }
div.DivClassName
{
background-color: #AEAF90;
}
.BgClassName
{
background-color: #AEAF90;
}
</style>
border-color css
<style>
span { border-color: #AEAF90; }
span { border-color: rgb(174,175,144); }
td.TdClassName
{
border-color: #AEAF90;
}
.TagClassName
{
border-color: #AEAF90;
}
</style>