Shades of Bud #A5AD8A
Tints of Bud #A5AD8A
RGB
CMYK
RGB Variations
Color information
#A5AD8A (or 0xA5AD8A) is known color: Bud. HEX triplet: A5, AD and 8A. RGB value is (165,173,138). Sum of RGB (Red+Green+Blue) = 165+173+138=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AD8A is #5A5275. Grayscale: #A6A6A6. Windows color (decimal): -5919350 or 9088421. OLE color: 9088421.
HSL color Cylindrical-coordinate representation of color #A5AD8A: hue angle of 73.71º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5AD8A is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 138 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.32 |
| HSL | 73.71º | 0.18% | 0.61% | - |
| HSV(B) | 73.71º | 0.2% | 0.68% | - |
| XYZ | 35.05 | 39.72 | 29.86 | - |
| YUV | 166.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 138 | 0.05 | 0 | 0.20 | 0.32 | 73.71 | 0.18 | 0.61 |
| Hex | A5 | AD | 8A | 5 | 0 | 14 | 20 | 4A | 12 | 3D |
| Octal | 245 | 255 | 212 | 5 | 0 | 24 | 40 | 112 | 22 | 75 |
| Binary | 10100101 | 10101101 | 10001010 | 101 | 0 | 10100 | 100000 | 1001010 | 10010 | 111101 |
Color Harmonies of #A5AD8A
Complementary color
Monochromatic Colors of #A5AD8A
Black with #A5AD8A
Text Example
Text Example
White with #A5AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AD8A; }
p { color: rgb(165,173,138); }
H1.HeaderClassName
{
color: #A5AD8A;
}
.AnyTagClassName
{
color: #A5AD8A;
}
</style>
background-color css
<style>
a { background-color: #A5AD8A; }
a { background-color: rgb(165,173,138); }
div.DivClassName
{
background-color: #A5AD8A;
}
.BgClassName
{
background-color: #A5AD8A;
}
</style>
border-color css
<style>
span { border-color: #A5AD8A; }
span { border-color: rgb(165,173,138); }
td.TdClassName
{
border-color: #A5AD8A;
}
.TagClassName
{
border-color: #A5AD8A;
}
</style>