Shades of Lucky #A09006
Tints of Lucky #A09006
RGB
CMYK
RGB Variations
Color information
#A09006 (or 0xA09006) is known color: Lucky. HEX triplet: A0, 90 and 06. RGB value is (160,144,6). Sum of RGB (Red+Green+Blue) = 160+144+6=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A09006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09006 is #5F6FF9. Grayscale: #858585. Windows color (decimal): -6254586 or 430240. OLE color: 430240.
HSL color Cylindrical-coordinate representation of color #A09006: hue angle of 53.77º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A09006 is Cyan = 0, Magento = 0.1, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 6 | - |
| CMYK | 0 | 0.1 | 0.96 | 0.37 |
| HSL | 53.77º | 0.93% | 0.33% | - |
| HSV(B) | 53.77º | 0.96% | 0.63% | - |
| XYZ | 24.5 | 27.43 | 4.18 | - |
| YUV | 133.05 | 56.3 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 6 | 0 | 0.1 | 0.96 | 0.37 | 53.77 | 0.93 | 0.33 |
| Hex | A0 | 90 | 6 | 0 | A | 60 | 25 | 36 | 5D | 21 |
| Octal | 240 | 220 | 6 | 0 | 12 | 140 | 45 | 66 | 135 | 41 |
| Binary | 10100000 | 10010000 | 110 | 0 | 1010 | 1100000 | 100101 | 110110 | 1011101 | 100001 |
Color Harmonies of #A09006
Complementary color
Monochromatic Colors of #A09006
Black with #A09006
Text Example
Text Example
White with #A09006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09006; }
p { color: rgb(160,144,6); }
H1.HeaderClassName
{
color: #A09006;
}
.AnyTagClassName
{
color: #A09006;
}
</style>
background-color css
<style>
a { background-color: #A09006; }
a { background-color: rgb(160,144,6); }
div.DivClassName
{
background-color: #A09006;
}
.BgClassName
{
background-color: #A09006;
}
</style>
border-color css
<style>
span { border-color: #A09006; }
span { border-color: rgb(160,144,6); }
td.TdClassName
{
border-color: #A09006;
}
.TagClassName
{
border-color: #A09006;
}
</style>