Shades of Lucky #A89C2D
Tints of Lucky #A89C2D
RGB
CMYK
RGB Variations
Color information
#A89C2D (or 0xA89C2D) is known color: Lucky. HEX triplet: A8, 9C and 2D. RGB value is (168,156,45). Sum of RGB (Red+Green+Blue) = 168+156+45=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C2D is #5763D2. Grayscale: #939393. Windows color (decimal): -5727187 or 2989224. OLE color: 2989224.
HSL color Cylindrical-coordinate representation of color #A89C2D: hue angle of 54.15º 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 #A89C2D is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 45 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.34 |
| HSL | 54.15º | 0.58% | 0.42% | - |
| HSV(B) | 54.15º | 0.73% | 0.66% | - |
| XYZ | 28.51 | 32.29 | 7.21 | - |
| YUV | 146.93 | 70.48 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 45 | 0 | 0.07 | 0.73 | 0.34 | 54.15 | 0.58 | 0.42 |
| Hex | A8 | 9C | 2D | 0 | 7 | 49 | 22 | 36 | 3A | 2A |
| Octal | 250 | 234 | 55 | 0 | 7 | 111 | 42 | 66 | 72 | 52 |
| Binary | 10101000 | 10011100 | 101101 | 0 | 111 | 1001001 | 100010 | 110110 | 111010 | 101010 |
Color Harmonies of #A89C2D
Complementary color
Monochromatic Colors of #A89C2D
Black with #A89C2D
Text Example
Text Example
White with #A89C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C2D; }
p { color: rgb(168,156,45); }
H1.HeaderClassName
{
color: #A89C2D;
}
.AnyTagClassName
{
color: #A89C2D;
}
</style>
background-color css
<style>
a { background-color: #A89C2D; }
a { background-color: rgb(168,156,45); }
div.DivClassName
{
background-color: #A89C2D;
}
.BgClassName
{
background-color: #A89C2D;
}
</style>
border-color css
<style>
span { border-color: #A89C2D; }
span { border-color: rgb(168,156,45); }
td.TdClassName
{
border-color: #A89C2D;
}
.TagClassName
{
border-color: #A89C2D;
}
</style>