Shades of Lucky #A69C30
Tints of Lucky #A69C30
RGB
CMYK
RGB Variations
Color information
#A69C30 (or 0xA69C30) is known color: Lucky. HEX triplet: A6, 9C and 30. RGB value is (166,156,48). Sum of RGB (Red+Green+Blue) = 166+156+48=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69C30 is #5963CF. Grayscale: #939393. Windows color (decimal): -5858256 or 3185830. OLE color: 3185830.
HSL color Cylindrical-coordinate representation of color #A69C30: hue angle of 54.92º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A69C30 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 48 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.35 |
| HSL | 54.92º | 0.55% | 0.42% | - |
| HSV(B) | 54.92º | 0.71% | 0.65% | - |
| XYZ | 28.15 | 32.1 | 7.51 | - |
| YUV | 146.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 48 | 0 | 0.06 | 0.71 | 0.35 | 54.92 | 0.55 | 0.42 |
| Hex | A6 | 9C | 30 | 0 | 6 | 47 | 23 | 37 | 37 | 2A |
| Octal | 246 | 234 | 60 | 0 | 6 | 107 | 43 | 67 | 67 | 52 |
| Binary | 10100110 | 10011100 | 110000 | 0 | 110 | 1000111 | 100011 | 110111 | 110111 | 101010 |
Color Harmonies of #A69C30
Complementary color
Monochromatic Colors of #A69C30
Black with #A69C30
Text Example
Text Example
White with #A69C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C30; }
p { color: rgb(166,156,48); }
H1.HeaderClassName
{
color: #A69C30;
}
.AnyTagClassName
{
color: #A69C30;
}
</style>
background-color css
<style>
a { background-color: #A69C30; }
a { background-color: rgb(166,156,48); }
div.DivClassName
{
background-color: #A69C30;
}
.BgClassName
{
background-color: #A69C30;
}
</style>
border-color css
<style>
span { border-color: #A69C30; }
span { border-color: rgb(166,156,48); }
td.TdClassName
{
border-color: #A69C30;
}
.TagClassName
{
border-color: #A69C30;
}
</style>