Shades of Bud #AEAF8C
Tints of Bud #AEAF8C
RGB
CMYK
RGB Variations
Color information
#AEAF8C (or 0xAEAF8C) is known color: Bud. HEX triplet: AE, AF and 8C. RGB value is (174,175,140). Sum of RGB (Red+Green+Blue) = 174+175+140=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF8C is #515073. Grayscale: #AAAAAA. Windows color (decimal): -5329012 or 9220014. OLE color: 9220014.
HSL color Cylindrical-coordinate representation of color #AEAF8C: hue angle of 61.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEAF8C is Cyan = 0.01, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 175 | 140 | - |
| CMYK | 0.01 | 0 | 0.2 | 0.31 |
| HSL | 61.71º | 0.18% | 0.62% | - |
| HSV(B) | 61.71º | 0.2% | 0.69% | - |
| XYZ | 37.52 | 41.55 | 30.85 | - |
| YUV | 170.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 175 | 140 | 0.01 | 0 | 0.2 | 0.31 | 61.71 | 0.18 | 0.62 |
| Hex | AE | AF | 8C | 1 | 0 | 14 | 1F | 3E | 12 | 3E |
| Octal | 256 | 257 | 214 | 1 | 0 | 24 | 37 | 76 | 22 | 76 |
| Binary | 10101110 | 10101111 | 10001100 | 1 | 0 | 10100 | 11111 | 111110 | 10010 | 111110 |
Color Harmonies of #AEAF8C
Complementary color
Monochromatic Colors of #AEAF8C
Black with #AEAF8C
Text Example
Text Example
White with #AEAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAF8C; }
p { color: rgb(174,175,140); }
H1.HeaderClassName
{
color: #AEAF8C;
}
.AnyTagClassName
{
color: #AEAF8C;
}
</style>
background-color css
<style>
a { background-color: #AEAF8C; }
a { background-color: rgb(174,175,140); }
div.DivClassName
{
background-color: #AEAF8C;
}
.BgClassName
{
background-color: #AEAF8C;
}
</style>
border-color css
<style>
span { border-color: #AEAF8C; }
span { border-color: rgb(174,175,140); }
td.TdClassName
{
border-color: #AEAF8C;
}
.TagClassName
{
border-color: #AEAF8C;
}
</style>