Shades of Bud #AEB38C
Tints of Bud #AEB38C
RGB
CMYK
RGB Variations
Color information
#AEB38C (or 0xAEB38C) is known color: Bud. HEX triplet: AE, B3 and 8C. RGB value is (174,179,140). Sum of RGB (Red+Green+Blue) = 174+179+140=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB38C is #514C73. Grayscale: #ADADAD. Windows color (decimal): -5327988 or 9221038. OLE color: 9221038.
HSL color Cylindrical-coordinate representation of color #AEB38C: hue angle of 67.69º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEB38C is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 179 | 140 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.30 |
| HSL | 67.69º | 0.2% | 0.63% | - |
| HSV(B) | 67.69º | 0.22% | 0.7% | - |
| XYZ | 38.31 | 43.13 | 31.12 | - |
| YUV | 173.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 179 | 140 | 0.03 | 0 | 0.22 | 0.30 | 67.69 | 0.2 | 0.63 |
| Hex | AE | B3 | 8C | 3 | 0 | 16 | 1E | 44 | 14 | 3F |
| Octal | 256 | 263 | 214 | 3 | 0 | 26 | 36 | 104 | 24 | 77 |
| Binary | 10101110 | 10110011 | 10001100 | 11 | 0 | 10110 | 11110 | 1000100 | 10100 | 111111 |
Color Harmonies of #AEB38C
Complementary color
Monochromatic Colors of #AEB38C
Black with #AEB38C
Text Example
Text Example
White with #AEB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB38C; }
p { color: rgb(174,179,140); }
H1.HeaderClassName
{
color: #AEB38C;
}
.AnyTagClassName
{
color: #AEB38C;
}
</style>
background-color css
<style>
a { background-color: #AEB38C; }
a { background-color: rgb(174,179,140); }
div.DivClassName
{
background-color: #AEB38C;
}
.BgClassName
{
background-color: #AEB38C;
}
</style>
border-color css
<style>
span { border-color: #AEB38C; }
span { border-color: rgb(174,179,140); }
td.TdClassName
{
border-color: #AEB38C;
}
.TagClassName
{
border-color: #AEB38C;
}
</style>