Shades of Lucky #A69728
Tints of Lucky #A69728
RGB
CMYK
RGB Variations
Color information
#A69728 (or 0xA69728) is known color: Lucky. HEX triplet: A6, 97 and 28. RGB value is (166,151,40). Sum of RGB (Red+Green+Blue) = 166+151+40=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A69728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69728 is #5968D7. Grayscale: #8F8F8F. Windows color (decimal): -5859544 or 2660262. OLE color: 2660262.
HSL color Cylindrical-coordinate representation of color #A69728: hue angle of 52.86º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A69728 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 40 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.35 |
| HSL | 52.86º | 0.61% | 0.4% | - |
| HSV(B) | 52.86º | 0.76% | 0.65% | - |
| XYZ | 27.18 | 30.39 | 6.44 | - |
| YUV | 142.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 40 | 0 | 0.09 | 0.76 | 0.35 | 52.86 | 0.61 | 0.4 |
| Hex | A6 | 97 | 28 | 0 | 9 | 4C | 23 | 35 | 3D | 28 |
| Octal | 246 | 227 | 50 | 0 | 11 | 114 | 43 | 65 | 75 | 50 |
| Binary | 10100110 | 10010111 | 101000 | 0 | 1001 | 1001100 | 100011 | 110101 | 111101 | 101000 |
Color Harmonies of #A69728
Complementary color
Monochromatic Colors of #A69728
Black with #A69728
Text Example
Text Example
White with #A69728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69728; }
p { color: rgb(166,151,40); }
H1.HeaderClassName
{
color: #A69728;
}
.AnyTagClassName
{
color: #A69728;
}
</style>
background-color css
<style>
a { background-color: #A69728; }
a { background-color: rgb(166,151,40); }
div.DivClassName
{
background-color: #A69728;
}
.BgClassName
{
background-color: #A69728;
}
</style>
border-color css
<style>
span { border-color: #A69728; }
span { border-color: rgb(166,151,40); }
td.TdClassName
{
border-color: #A69728;
}
.TagClassName
{
border-color: #A69728;
}
</style>