Shades of Bud #A5AA93
Tints of Bud #A5AA93
RGB
CMYK
RGB Variations
Color information
#A5AA93 (or 0xA5AA93) is known color: Bud. HEX triplet: A5, AA and 93. RGB value is (165,170,147). Sum of RGB (Red+Green+Blue) = 165+170+147=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AA93 is #5A556C. Grayscale: #A5A5A5. Windows color (decimal): -5920109 or 9677477. OLE color: 9677477.
HSL color Cylindrical-coordinate representation of color #A5AA93: hue angle of 73.04º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5AA93 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 147 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.33 |
| HSL | 73.04º | 0.12% | 0.62% | - |
| HSV(B) | 73.04º | 0.14% | 0.67% | - |
| XYZ | 35.16 | 38.86 | 33.25 | - |
| YUV | 165.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 147 | 0.03 | 0 | 0.14 | 0.33 | 73.04 | 0.12 | 0.62 |
| Hex | A5 | AA | 93 | 3 | 0 | E | 21 | 49 | C | 3E |
| Octal | 245 | 252 | 223 | 3 | 0 | 16 | 41 | 111 | 14 | 76 |
| Binary | 10100101 | 10101010 | 10010011 | 11 | 0 | 1110 | 100001 | 1001001 | 1100 | 111110 |
Color Harmonies of #A5AA93
Complementary color
Monochromatic Colors of #A5AA93
Black with #A5AA93
Text Example
Text Example
White with #A5AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA93; }
p { color: rgb(165,170,147); }
H1.HeaderClassName
{
color: #A5AA93;
}
.AnyTagClassName
{
color: #A5AA93;
}
</style>
background-color css
<style>
a { background-color: #A5AA93; }
a { background-color: rgb(165,170,147); }
div.DivClassName
{
background-color: #A5AA93;
}
.BgClassName
{
background-color: #A5AA93;
}
</style>
border-color css
<style>
span { border-color: #A5AA93; }
span { border-color: rgb(165,170,147); }
td.TdClassName
{
border-color: #A5AA93;
}
.TagClassName
{
border-color: #A5AA93;
}
</style>