Shades of Bud #A3A68F
Tints of Bud #A3A68F
RGB
CMYK
RGB Variations
Color information
#A3A68F (or 0xA3A68F) is known color: Bud. HEX triplet: A3, A6 and 8F. RGB value is (163,166,143). Sum of RGB (Red+Green+Blue) = 163+166+143=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A68F is #5C5970. Grayscale: #A2A2A2. Windows color (decimal): -6052209 or 9414307. OLE color: 9414307.
HSL color Cylindrical-coordinate representation of color #A3A68F: hue angle of 67.83º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3A68F is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 166 | 143 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.35 |
| HSL | 67.83º | 0.11% | 0.61% | - |
| HSV(B) | 67.83º | 0.14% | 0.65% | - |
| XYZ | 33.7 | 37.04 | 31.36 | - |
| YUV | 162.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 143 | 0.02 | 0 | 0.14 | 0.35 | 67.83 | 0.11 | 0.61 |
| Hex | A3 | A6 | 8F | 2 | 0 | E | 23 | 44 | B | 3D |
| Octal | 243 | 246 | 217 | 2 | 0 | 16 | 43 | 104 | 13 | 75 |
| Binary | 10100011 | 10100110 | 10001111 | 10 | 0 | 1110 | 100011 | 1000100 | 1011 | 111101 |
Color Harmonies of #A3A68F
Complementary color
Monochromatic Colors of #A3A68F
Black with #A3A68F
Text Example
Text Example
White with #A3A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A68F; }
p { color: rgb(163,166,143); }
H1.HeaderClassName
{
color: #A3A68F;
}
.AnyTagClassName
{
color: #A3A68F;
}
</style>
background-color css
<style>
a { background-color: #A3A68F; }
a { background-color: rgb(163,166,143); }
div.DivClassName
{
background-color: #A3A68F;
}
.BgClassName
{
background-color: #A3A68F;
}
</style>
border-color css
<style>
span { border-color: #A3A68F; }
span { border-color: rgb(163,166,143); }
td.TdClassName
{
border-color: #A3A68F;
}
.TagClassName
{
border-color: #A3A68F;
}
</style>