Shades of Bud #AEB085
Tints of Bud #AEB085
RGB
CMYK
RGB Variations
Color information
#AEB085 (or 0xAEB085) is known color: Bud. HEX triplet: AE, B0 and 85. RGB value is (174,176,133). Sum of RGB (Red+Green+Blue) = 174+176+133=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB085 is #514F7A. Grayscale: #AAAAAA. Windows color (decimal): -5328763 or 8761518. OLE color: 8761518.
HSL color Cylindrical-coordinate representation of color #AEB085: hue angle of 62.79º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEB085 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 176 | 133 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.31 |
| HSL | 62.79º | 0.21% | 0.61% | - |
| HSV(B) | 62.79º | 0.24% | 0.69% | - |
| XYZ | 37.21 | 41.74 | 28.29 | - |
| YUV | 170.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 133 | 0.01 | 0 | 0.24 | 0.31 | 62.79 | 0.21 | 0.61 |
| Hex | AE | B0 | 85 | 1 | 0 | 18 | 1F | 3F | 15 | 3D |
| Octal | 256 | 260 | 205 | 1 | 0 | 30 | 37 | 77 | 25 | 75 |
| Binary | 10101110 | 10110000 | 10000101 | 1 | 0 | 11000 | 11111 | 111111 | 10101 | 111101 |
Color Harmonies of #AEB085
Complementary color
Monochromatic Colors of #AEB085
Black with #AEB085
Text Example
Text Example
White with #AEB085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB085; }
p { color: rgb(174,176,133); }
H1.HeaderClassName
{
color: #AEB085;
}
.AnyTagClassName
{
color: #AEB085;
}
</style>
background-color css
<style>
a { background-color: #AEB085; }
a { background-color: rgb(174,176,133); }
div.DivClassName
{
background-color: #AEB085;
}
.BgClassName
{
background-color: #AEB085;
}
</style>
border-color css
<style>
span { border-color: #AEB085; }
span { border-color: rgb(174,176,133); }
td.TdClassName
{
border-color: #AEB085;
}
.TagClassName
{
border-color: #AEB085;
}
</style>