Shades of Lucky #A09C25
Tints of Lucky #A09C25
RGB
CMYK
RGB Variations
Color information
#A09C25 (or 0xA09C25) is known color: Lucky. HEX triplet: A0, 9C and 25. RGB value is (160,156,37). Sum of RGB (Red+Green+Blue) = 160+156+37=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09C25 is #5F63DA. Grayscale: #909090. Windows color (decimal): -6251483 or 2464928. OLE color: 2464928.
HSL color Cylindrical-coordinate representation of color #A09C25: hue angle of 58.05º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A09C25 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 37 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.37 |
| HSL | 58.05º | 0.62% | 0.39% | - |
| HSV(B) | 58.05º | 0.77% | 0.63% | - |
| XYZ | 26.72 | 31.38 | 6.4 | - |
| YUV | 143.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 37 | 0 | 0.02 | 0.77 | 0.37 | 58.05 | 0.62 | 0.39 |
| Hex | A0 | 9C | 25 | 0 | 2 | 4D | 25 | 3A | 3E | 27 |
| Octal | 240 | 234 | 45 | 0 | 2 | 115 | 45 | 72 | 76 | 47 |
| Binary | 10100000 | 10011100 | 100101 | 0 | 10 | 1001101 | 100101 | 111010 | 111110 | 100111 |
Color Harmonies of #A09C25
Complementary color
Monochromatic Colors of #A09C25
Black with #A09C25
Text Example
Text Example
White with #A09C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C25; }
p { color: rgb(160,156,37); }
H1.HeaderClassName
{
color: #A09C25;
}
.AnyTagClassName
{
color: #A09C25;
}
</style>
background-color css
<style>
a { background-color: #A09C25; }
a { background-color: rgb(160,156,37); }
div.DivClassName
{
background-color: #A09C25;
}
.BgClassName
{
background-color: #A09C25;
}
</style>
border-color css
<style>
span { border-color: #A09C25; }
span { border-color: rgb(160,156,37); }
td.TdClassName
{
border-color: #A09C25;
}
.TagClassName
{
border-color: #A09C25;
}
</style>