Shades of Bud #A2A38C
Tints of Bud #A2A38C
RGB
CMYK
RGB Variations
Color information
#A2A38C (or 0xA2A38C) is known color: Bud. HEX triplet: A2, A3 and 8C. RGB value is (162,163,140). Sum of RGB (Red+Green+Blue) = 162+163+140=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A38C is #5D5C73. Grayscale: #A0A0A0. Windows color (decimal): -6118516 or 9216930. OLE color: 9216930.
HSL color Cylindrical-coordinate representation of color #A2A38C: hue angle of 62.61º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2A38C is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 163 | 140 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.36 |
| HSL | 62.61º | 0.11% | 0.59% | - |
| HSV(B) | 62.61º | 0.14% | 0.64% | - |
| XYZ | 32.73 | 35.77 | 29.99 | - |
| YUV | 160.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 140 | 0.01 | 0 | 0.14 | 0.36 | 62.61 | 0.11 | 0.59 |
| Hex | A2 | A3 | 8C | 1 | 0 | E | 24 | 3F | B | 3B |
| Octal | 242 | 243 | 214 | 1 | 0 | 16 | 44 | 77 | 13 | 73 |
| Binary | 10100010 | 10100011 | 10001100 | 1 | 0 | 1110 | 100100 | 111111 | 1011 | 111011 |
Color Harmonies of #A2A38C
Complementary color
Monochromatic Colors of #A2A38C
Black with #A2A38C
Text Example
Text Example
White with #A2A38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A38C; }
p { color: rgb(162,163,140); }
H1.HeaderClassName
{
color: #A2A38C;
}
.AnyTagClassName
{
color: #A2A38C;
}
</style>
background-color css
<style>
a { background-color: #A2A38C; }
a { background-color: rgb(162,163,140); }
div.DivClassName
{
background-color: #A2A38C;
}
.BgClassName
{
background-color: #A2A38C;
}
</style>
border-color css
<style>
span { border-color: #A2A38C; }
span { border-color: rgb(162,163,140); }
td.TdClassName
{
border-color: #A2A38C;
}
.TagClassName
{
border-color: #A2A38C;
}
</style>