Shades of Lucky #A6992A
Tints of Lucky #A6992A
RGB
CMYK
RGB Variations
Color information
#A6992A (or 0xA6992A) is known color: Lucky. HEX triplet: A6, 99 and 2A. RGB value is (166,153,42). Sum of RGB (Red+Green+Blue) = 166+153+42=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6992A is #5966D5. Grayscale: #909090. Windows color (decimal): -5859030 or 2791846. OLE color: 2791846.
HSL color Cylindrical-coordinate representation of color #A6992A: hue angle of 53.71º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6992A is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 42 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.35 |
| HSL | 53.71º | 0.6% | 0.41% | - |
| HSV(B) | 53.71º | 0.75% | 0.65% | - |
| XYZ | 27.54 | 31.06 | 6.73 | - |
| YUV | 144.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 42 | 0 | 0.08 | 0.75 | 0.35 | 53.71 | 0.6 | 0.41 |
| Hex | A6 | 99 | 2A | 0 | 8 | 4B | 23 | 36 | 3C | 29 |
| Octal | 246 | 231 | 52 | 0 | 10 | 113 | 43 | 66 | 74 | 51 |
| Binary | 10100110 | 10011001 | 101010 | 0 | 1000 | 1001011 | 100011 | 110110 | 111100 | 101001 |
Color Harmonies of #A6992A
Complementary color
Monochromatic Colors of #A6992A
Black with #A6992A
Text Example
Text Example
White with #A6992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6992A; }
p { color: rgb(166,153,42); }
H1.HeaderClassName
{
color: #A6992A;
}
.AnyTagClassName
{
color: #A6992A;
}
</style>
background-color css
<style>
a { background-color: #A6992A; }
a { background-color: rgb(166,153,42); }
div.DivClassName
{
background-color: #A6992A;
}
.BgClassName
{
background-color: #A6992A;
}
</style>
border-color css
<style>
span { border-color: #A6992A; }
span { border-color: rgb(166,153,42); }
td.TdClassName
{
border-color: #A6992A;
}
.TagClassName
{
border-color: #A6992A;
}
</style>