Shades of Lucky #A69F2D
Tints of Lucky #A69F2D
RGB
CMYK
RGB Variations
Color information
#A69F2D (or 0xA69F2D) is known color: Lucky. HEX triplet: A6, 9F and 2D. RGB value is (166,159,45). Sum of RGB (Red+Green+Blue) = 166+159+45=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69F2D is #5960D2. Grayscale: #949494. Windows color (decimal): -5857491 or 2989990. OLE color: 2989990.
HSL color Cylindrical-coordinate representation of color #A69F2D: hue angle of 56.53º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A69F2D is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 159 | 45 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.35 |
| HSL | 56.53º | 0.57% | 0.41% | - |
| HSV(B) | 56.53º | 0.73% | 0.65% | - |
| XYZ | 28.6 | 33.09 | 7.36 | - |
| YUV | 148.1 | 69.82 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 45 | 0 | 0.04 | 0.73 | 0.35 | 56.53 | 0.57 | 0.41 |
| Hex | A6 | 9F | 2D | 0 | 4 | 49 | 23 | 39 | 39 | 29 |
| Octal | 246 | 237 | 55 | 0 | 4 | 111 | 43 | 71 | 71 | 51 |
| Binary | 10100110 | 10011111 | 101101 | 0 | 100 | 1001001 | 100011 | 111001 | 111001 | 101001 |
Color Harmonies of #A69F2D
Complementary color
Monochromatic Colors of #A69F2D
Black with #A69F2D
Text Example
Text Example
White with #A69F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69F2D; }
p { color: rgb(166,159,45); }
H1.HeaderClassName
{
color: #A69F2D;
}
.AnyTagClassName
{
color: #A69F2D;
}
</style>
background-color css
<style>
a { background-color: #A69F2D; }
a { background-color: rgb(166,159,45); }
div.DivClassName
{
background-color: #A69F2D;
}
.BgClassName
{
background-color: #A69F2D;
}
</style>
border-color css
<style>
span { border-color: #A69F2D; }
span { border-color: rgb(166,159,45); }
td.TdClassName
{
border-color: #A69F2D;
}
.TagClassName
{
border-color: #A69F2D;
}
</style>