Shades of Lucky #A09A28
Tints of Lucky #A09A28
RGB
CMYK
RGB Variations
Color information
#A09A28 (or 0xA09A28) is known color: Lucky. HEX triplet: A0, 9A and 28. RGB value is (160,154,40). Sum of RGB (Red+Green+Blue) = 160+154+40=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09A28 is #5F65D7. Grayscale: #8F8F8F. Windows color (decimal): -6251992 or 2661024. OLE color: 2661024.
HSL color Cylindrical-coordinate representation of color #A09A28: hue angle of 57º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A09A28 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 154 | 40 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.37 |
| HSL | 57º | 0.6% | 0.39% | - |
| HSV(B) | 57º | 0.75% | 0.63% | - |
| XYZ | 26.44 | 30.74 | 6.55 | - |
| YUV | 142.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 40 | 0 | 0.04 | 0.75 | 0.37 | 57 | 0.6 | 0.39 |
| Hex | A0 | 9A | 28 | 0 | 4 | 4B | 25 | 39 | 3C | 27 |
| Octal | 240 | 232 | 50 | 0 | 4 | 113 | 45 | 71 | 74 | 47 |
| Binary | 10100000 | 10011010 | 101000 | 0 | 100 | 1001011 | 100101 | 111001 | 111100 | 100111 |
Color Harmonies of #A09A28
Complementary color
Monochromatic Colors of #A09A28
Black with #A09A28
Text Example
Text Example
White with #A09A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09A28; }
p { color: rgb(160,154,40); }
H1.HeaderClassName
{
color: #A09A28;
}
.AnyTagClassName
{
color: #A09A28;
}
</style>
background-color css
<style>
a { background-color: #A09A28; }
a { background-color: rgb(160,154,40); }
div.DivClassName
{
background-color: #A09A28;
}
.BgClassName
{
background-color: #A09A28;
}
</style>
border-color css
<style>
span { border-color: #A09A28; }
span { border-color: rgb(160,154,40); }
td.TdClassName
{
border-color: #A09A28;
}
.TagClassName
{
border-color: #A09A28;
}
</style>