Shades of Lucky #A89D2D
Tints of Lucky #A89D2D
RGB
CMYK
RGB Variations
Color information
#A89D2D (or 0xA89D2D) is known color: Lucky. HEX triplet: A8, 9D and 2D. RGB value is (168,157,45). Sum of RGB (Red+Green+Blue) = 168+157+45=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89D2D is #5762D2. Grayscale: #939393. Windows color (decimal): -5726931 or 2989480. OLE color: 2989480.
HSL color Cylindrical-coordinate representation of color #A89D2D: hue angle of 54.63º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A89D2D is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 45 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.34 |
| HSL | 54.63º | 0.58% | 0.42% | - |
| HSV(B) | 54.63º | 0.73% | 0.66% | - |
| XYZ | 28.68 | 32.63 | 7.27 | - |
| YUV | 147.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 45 | 0 | 0.07 | 0.73 | 0.34 | 54.63 | 0.58 | 0.42 |
| Hex | A8 | 9D | 2D | 0 | 7 | 49 | 22 | 37 | 3A | 2A |
| Octal | 250 | 235 | 55 | 0 | 7 | 111 | 42 | 67 | 72 | 52 |
| Binary | 10101000 | 10011101 | 101101 | 0 | 111 | 1001001 | 100010 | 110111 | 111010 | 101010 |
Color Harmonies of #A89D2D
Complementary color
Monochromatic Colors of #A89D2D
Black with #A89D2D
Text Example
Text Example
White with #A89D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D2D; }
p { color: rgb(168,157,45); }
H1.HeaderClassName
{
color: #A89D2D;
}
.AnyTagClassName
{
color: #A89D2D;
}
</style>
background-color css
<style>
a { background-color: #A89D2D; }
a { background-color: rgb(168,157,45); }
div.DivClassName
{
background-color: #A89D2D;
}
.BgClassName
{
background-color: #A89D2D;
}
</style>
border-color css
<style>
span { border-color: #A89D2D; }
span { border-color: rgb(168,157,45); }
td.TdClassName
{
border-color: #A89D2D;
}
.TagClassName
{
border-color: #A89D2D;
}
</style>