Shades of Bud #AEB18A
Tints of Bud #AEB18A
RGB
CMYK
RGB Variations
Color information
#AEB18A (or 0xAEB18A) is known color: Bud. HEX triplet: AE, B1 and 8A. RGB value is (174,177,138). Sum of RGB (Red+Green+Blue) = 174+177+138=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB18A is #514E75. Grayscale: #ABABAB. Windows color (decimal): -5328502 or 9089454. OLE color: 9089454.
HSL color Cylindrical-coordinate representation of color #AEB18A: hue angle of 64.62º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEB18A is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 177 | 138 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.31 |
| HSL | 64.62º | 0.2% | 0.62% | - |
| HSV(B) | 64.62º | 0.22% | 0.69% | - |
| XYZ | 37.77 | 42.28 | 30.21 | - |
| YUV | 171.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 177 | 138 | 0.02 | 0 | 0.22 | 0.31 | 64.62 | 0.2 | 0.62 |
| Hex | AE | B1 | 8A | 2 | 0 | 16 | 1F | 41 | 14 | 3E |
| Octal | 256 | 261 | 212 | 2 | 0 | 26 | 37 | 101 | 24 | 76 |
| Binary | 10101110 | 10110001 | 10001010 | 10 | 0 | 10110 | 11111 | 1000001 | 10100 | 111110 |
Color Harmonies of #AEB18A
Complementary color
Monochromatic Colors of #AEB18A
Black with #AEB18A
Text Example
Text Example
White with #AEB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB18A; }
p { color: rgb(174,177,138); }
H1.HeaderClassName
{
color: #AEB18A;
}
.AnyTagClassName
{
color: #AEB18A;
}
</style>
background-color css
<style>
a { background-color: #AEB18A; }
a { background-color: rgb(174,177,138); }
div.DivClassName
{
background-color: #AEB18A;
}
.BgClassName
{
background-color: #AEB18A;
}
</style>
border-color css
<style>
span { border-color: #AEB18A; }
span { border-color: rgb(174,177,138); }
td.TdClassName
{
border-color: #AEB18A;
}
.TagClassName
{
border-color: #AEB18A;
}
</style>