Shades of Lucky #A89C2F
Tints of Lucky #A89C2F
RGB
CMYK
RGB Variations
Color information
#A89C2F (or 0xA89C2F) is known color: Lucky. HEX triplet: A8, 9C and 2F. RGB value is (168,156,47). Sum of RGB (Red+Green+Blue) = 168+156+47=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C2F is #5763D0. Grayscale: #939393. Windows color (decimal): -5727185 or 3120296. OLE color: 3120296.
HSL color Cylindrical-coordinate representation of color #A89C2F: hue angle of 54.05º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A89C2F is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 47 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.34 |
| HSL | 54.05º | 0.56% | 0.42% | - |
| HSV(B) | 54.05º | 0.72% | 0.66% | - |
| XYZ | 28.55 | 32.31 | 7.42 | - |
| YUV | 147.16 | 71.48 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 47 | 0 | 0.07 | 0.72 | 0.34 | 54.05 | 0.56 | 0.42 |
| Hex | A8 | 9C | 2F | 0 | 7 | 48 | 22 | 36 | 38 | 2A |
| Octal | 250 | 234 | 57 | 0 | 7 | 110 | 42 | 66 | 70 | 52 |
| Binary | 10101000 | 10011100 | 101111 | 0 | 111 | 1001000 | 100010 | 110110 | 111000 | 101010 |
Color Harmonies of #A89C2F
Complementary color
Monochromatic Colors of #A89C2F
Black with #A89C2F
Text Example
Text Example
White with #A89C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C2F; }
p { color: rgb(168,156,47); }
H1.HeaderClassName
{
color: #A89C2F;
}
.AnyTagClassName
{
color: #A89C2F;
}
</style>
background-color css
<style>
a { background-color: #A89C2F; }
a { background-color: rgb(168,156,47); }
div.DivClassName
{
background-color: #A89C2F;
}
.BgClassName
{
background-color: #A89C2F;
}
</style>
border-color css
<style>
span { border-color: #A89C2F; }
span { border-color: rgb(168,156,47); }
td.TdClassName
{
border-color: #A89C2F;
}
.TagClassName
{
border-color: #A89C2F;
}
</style>