Shades of Bud #AEB38B
Tints of Bud #AEB38B
RGB
CMYK
RGB Variations
Color information
#AEB38B (or 0xAEB38B) is known color: Bud. HEX triplet: AE, B3 and 8B. RGB value is (174,179,139). Sum of RGB (Red+Green+Blue) = 174+179+139=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB38B is #514C74. Grayscale: #ADADAD. Windows color (decimal): -5327989 or 9155502. OLE color: 9155502.
HSL color Cylindrical-coordinate representation of color #AEB38B: hue angle of 67.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEB38B is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 179 | 139 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.30 |
| HSL | 67.5º | 0.21% | 0.62% | - |
| HSV(B) | 67.5º | 0.22% | 0.7% | - |
| XYZ | 38.24 | 43.1 | 30.73 | - |
| YUV | 172.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 179 | 139 | 0.03 | 0 | 0.22 | 0.30 | 67.5 | 0.21 | 0.62 |
| Hex | AE | B3 | 8B | 3 | 0 | 16 | 1E | 44 | 15 | 3E |
| Octal | 256 | 263 | 213 | 3 | 0 | 26 | 36 | 104 | 25 | 76 |
| Binary | 10101110 | 10110011 | 10001011 | 11 | 0 | 10110 | 11110 | 1000100 | 10101 | 111110 |
Color Harmonies of #AEB38B
Complementary color
Monochromatic Colors of #AEB38B
Black with #AEB38B
Text Example
Text Example
White with #AEB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB38B; }
p { color: rgb(174,179,139); }
H1.HeaderClassName
{
color: #AEB38B;
}
.AnyTagClassName
{
color: #AEB38B;
}
</style>
background-color css
<style>
a { background-color: #AEB38B; }
a { background-color: rgb(174,179,139); }
div.DivClassName
{
background-color: #AEB38B;
}
.BgClassName
{
background-color: #AEB38B;
}
</style>
border-color css
<style>
span { border-color: #AEB38B; }
span { border-color: rgb(174,179,139); }
td.TdClassName
{
border-color: #AEB38B;
}
.TagClassName
{
border-color: #AEB38B;
}
</style>