Shades of Lucky #A89509
Tints of Lucky #A89509
RGB
CMYK
RGB Variations
Color information
#A89509 (or 0xA89509) is known color: Lucky. HEX triplet: A8, 95 and 09. RGB value is (168,149,9). Sum of RGB (Red+Green+Blue) = 168+149+9=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A89509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89509 is #576AF6. Grayscale: #8B8B8B. Windows color (decimal): -5729015 or 628136. OLE color: 628136.
HSL color Cylindrical-coordinate representation of color #A89509: hue angle of 52.83º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A89509 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 9 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.34 |
| HSL | 52.83º | 0.9% | 0.35% | - |
| HSV(B) | 52.83º | 0.95% | 0.66% | - |
| XYZ | 26.95 | 29.84 | 4.6 | - |
| YUV | 138.72 | 54.79 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 9 | 0 | 0.11 | 0.95 | 0.34 | 52.83 | 0.9 | 0.35 |
| Hex | A8 | 95 | 9 | 0 | B | 5F | 22 | 35 | 5A | 23 |
| Octal | 250 | 225 | 11 | 0 | 13 | 137 | 42 | 65 | 132 | 43 |
| Binary | 10101000 | 10010101 | 1001 | 0 | 1011 | 1011111 | 100010 | 110101 | 1011010 | 100011 |
Color Harmonies of #A89509
Complementary color
Monochromatic Colors of #A89509
Black with #A89509
Text Example
Text Example
White with #A89509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89509; }
p { color: rgb(168,149,9); }
H1.HeaderClassName
{
color: #A89509;
}
.AnyTagClassName
{
color: #A89509;
}
</style>
background-color css
<style>
a { background-color: #A89509; }
a { background-color: rgb(168,149,9); }
div.DivClassName
{
background-color: #A89509;
}
.BgClassName
{
background-color: #A89509;
}
</style>
border-color css
<style>
span { border-color: #A89509; }
span { border-color: rgb(168,149,9); }
td.TdClassName
{
border-color: #A89509;
}
.TagClassName
{
border-color: #A89509;
}
</style>