Shades of Bud #A4A68C
Tints of Bud #A4A68C
RGB
CMYK
RGB Variations
Color information
#A4A68C (or 0xA4A68C) is known color: Bud. HEX triplet: A4, A6 and 8C. RGB value is (164,166,140). Sum of RGB (Red+Green+Blue) = 164+166+140=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A68C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A68C is #5B5973. Grayscale: #A2A2A2. Windows color (decimal): -5986676 or 9217700. OLE color: 9217700.
HSL color Cylindrical-coordinate representation of color #A4A68C: hue angle of 64.62º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4A68C is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 140 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.35 |
| HSL | 64.62º | 0.13% | 0.6% | - |
| HSV(B) | 64.62º | 0.16% | 0.65% | - |
| XYZ | 33.68 | 37.06 | 30.19 | - |
| YUV | 162.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 140 | 0.01 | 0 | 0.16 | 0.35 | 64.62 | 0.13 | 0.6 |
| Hex | A4 | A6 | 8C | 1 | 0 | 10 | 23 | 41 | D | 3C |
| Octal | 244 | 246 | 214 | 1 | 0 | 20 | 43 | 101 | 15 | 74 |
| Binary | 10100100 | 10100110 | 10001100 | 1 | 0 | 10000 | 100011 | 1000001 | 1101 | 111100 |
Color Harmonies of #A4A68C
Complementary color
Monochromatic Colors of #A4A68C
Black with #A4A68C
Text Example
Text Example
White with #A4A68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A68C; }
p { color: rgb(164,166,140); }
H1.HeaderClassName
{
color: #A4A68C;
}
.AnyTagClassName
{
color: #A4A68C;
}
</style>
background-color css
<style>
a { background-color: #A4A68C; }
a { background-color: rgb(164,166,140); }
div.DivClassName
{
background-color: #A4A68C;
}
.BgClassName
{
background-color: #A4A68C;
}
</style>
border-color css
<style>
span { border-color: #A4A68C; }
span { border-color: rgb(164,166,140); }
td.TdClassName
{
border-color: #A4A68C;
}
.TagClassName
{
border-color: #A4A68C;
}
</style>