Shades of Lucky #A89C28
Tints of Lucky #A89C28
RGB
CMYK
RGB Variations
Color information
#A89C28 (or 0xA89C28) is known color: Lucky. HEX triplet: A8, 9C and 28. RGB value is (168,156,40). Sum of RGB (Red+Green+Blue) = 168+156+40=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C28 is #5763D7. Grayscale: #929292. Windows color (decimal): -5727192 or 2661544. OLE color: 2661544.
HSL color Cylindrical-coordinate representation of color #A89C28: hue angle of 54.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A89C28 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 40 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.34 |
| HSL | 54.38º | 0.62% | 0.41% | - |
| HSV(B) | 54.38º | 0.76% | 0.66% | - |
| XYZ | 28.42 | 32.25 | 6.74 | - |
| YUV | 146.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 40 | 0 | 0.07 | 0.76 | 0.34 | 54.38 | 0.62 | 0.41 |
| Hex | A8 | 9C | 28 | 0 | 7 | 4C | 22 | 36 | 3E | 29 |
| Octal | 250 | 234 | 50 | 0 | 7 | 114 | 42 | 66 | 76 | 51 |
| Binary | 10101000 | 10011100 | 101000 | 0 | 111 | 1001100 | 100010 | 110110 | 111110 | 101001 |
Color Harmonies of #A89C28
Complementary color
Monochromatic Colors of #A89C28
Black with #A89C28
Text Example
Text Example
White with #A89C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C28; }
p { color: rgb(168,156,40); }
H1.HeaderClassName
{
color: #A89C28;
}
.AnyTagClassName
{
color: #A89C28;
}
</style>
background-color css
<style>
a { background-color: #A89C28; }
a { background-color: rgb(168,156,40); }
div.DivClassName
{
background-color: #A89C28;
}
.BgClassName
{
background-color: #A89C28;
}
</style>
border-color css
<style>
span { border-color: #A89C28; }
span { border-color: rgb(168,156,40); }
td.TdClassName
{
border-color: #A89C28;
}
.TagClassName
{
border-color: #A89C28;
}
</style>