Shades of Lucky #A69D30
Tints of Lucky #A69D30
RGB
CMYK
RGB Variations
Color information
#A69D30 (or 0xA69D30) is known color: Lucky. HEX triplet: A6, 9D and 30. RGB value is (166,157,48). Sum of RGB (Red+Green+Blue) = 166+157+48=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69D30 is #5962CF. Grayscale: #939393. Windows color (decimal): -5858000 or 3186086. OLE color: 3186086.
HSL color Cylindrical-coordinate representation of color #A69D30: hue angle of 55.42º 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 #A69D30 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 157 | 48 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.35 |
| HSL | 55.42º | 0.55% | 0.42% | - |
| HSV(B) | 55.42º | 0.71% | 0.65% | - |
| XYZ | 28.32 | 32.43 | 7.56 | - |
| YUV | 147.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 48 | 0 | 0.05 | 0.71 | 0.35 | 55.42 | 0.55 | 0.42 |
| Hex | A6 | 9D | 30 | 0 | 5 | 47 | 23 | 37 | 37 | 2A |
| Octal | 246 | 235 | 60 | 0 | 5 | 107 | 43 | 67 | 67 | 52 |
| Binary | 10100110 | 10011101 | 110000 | 0 | 101 | 1000111 | 100011 | 110111 | 110111 | 101010 |
Color Harmonies of #A69D30
Complementary color
Monochromatic Colors of #A69D30
Black with #A69D30
Text Example
Text Example
White with #A69D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69D30; }
p { color: rgb(166,157,48); }
H1.HeaderClassName
{
color: #A69D30;
}
.AnyTagClassName
{
color: #A69D30;
}
</style>
background-color css
<style>
a { background-color: #A69D30; }
a { background-color: rgb(166,157,48); }
div.DivClassName
{
background-color: #A69D30;
}
.BgClassName
{
background-color: #A69D30;
}
</style>
border-color css
<style>
span { border-color: #A69D30; }
span { border-color: rgb(166,157,48); }
td.TdClassName
{
border-color: #A69D30;
}
.TagClassName
{
border-color: #A69D30;
}
</style>