Shades of Lucky #A89F30
Tints of Lucky #A89F30
RGB
CMYK
RGB Variations
Color information
#A89F30 (or 0xA89F30) is known color: Lucky. HEX triplet: A8, 9F and 30. RGB value is (168,159,48). Sum of RGB (Red+Green+Blue) = 168+159+48=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89F30 is #5760CF. Grayscale: #959595. Windows color (decimal): -5726416 or 3186600. OLE color: 3186600.
HSL color Cylindrical-coordinate representation of color #A89F30: hue angle of 55.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A89F30 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 48 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.34 |
| HSL | 55.5º | 0.56% | 0.42% | - |
| HSV(B) | 55.5º | 0.71% | 0.66% | - |
| XYZ | 29.08 | 33.33 | 7.7 | - |
| YUV | 149.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 48 | 0 | 0.05 | 0.71 | 0.34 | 55.5 | 0.56 | 0.42 |
| Hex | A8 | 9F | 30 | 0 | 5 | 47 | 22 | 38 | 38 | 2A |
| Octal | 250 | 237 | 60 | 0 | 5 | 107 | 42 | 70 | 70 | 52 |
| Binary | 10101000 | 10011111 | 110000 | 0 | 101 | 1000111 | 100010 | 111000 | 111000 | 101010 |
Color Harmonies of #A89F30
Complementary color
Monochromatic Colors of #A89F30
Black with #A89F30
Text Example
Text Example
White with #A89F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F30; }
p { color: rgb(168,159,48); }
H1.HeaderClassName
{
color: #A89F30;
}
.AnyTagClassName
{
color: #A89F30;
}
</style>
background-color css
<style>
a { background-color: #A89F30; }
a { background-color: rgb(168,159,48); }
div.DivClassName
{
background-color: #A89F30;
}
.BgClassName
{
background-color: #A89F30;
}
</style>
border-color css
<style>
span { border-color: #A89F30; }
span { border-color: rgb(168,159,48); }
td.TdClassName
{
border-color: #A89F30;
}
.TagClassName
{
border-color: #A89F30;
}
</style>