Shades of Lucky #A68D19
Tints of Lucky #A68D19
RGB
CMYK
RGB Variations
Color information
#A68D19 (or 0xA68D19) is known color: Lucky. HEX triplet: A6, 8D and 19. RGB value is (166,141,25). Sum of RGB (Red+Green+Blue) = 166+141+25=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68D19 is #5972E6. Grayscale: #878787. Windows color (decimal): -5862119 or 1674662. OLE color: 1674662.
HSL color Cylindrical-coordinate representation of color #A68D19: hue angle of 49.36º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A68D19 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 25 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.35 |
| HSL | 49.36º | 0.74% | 0.37% | - |
| HSV(B) | 49.36º | 0.85% | 0.65% | - |
| XYZ | 25.43 | 27.23 | 4.83 | - |
| YUV | 135.25 | 65.78 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 25 | 0 | 0.15 | 0.85 | 0.35 | 49.36 | 0.74 | 0.37 |
| Hex | A6 | 8D | 19 | 0 | F | 55 | 23 | 31 | 4A | 25 |
| Octal | 246 | 215 | 31 | 0 | 17 | 125 | 43 | 61 | 112 | 45 |
| Binary | 10100110 | 10001101 | 11001 | 0 | 1111 | 1010101 | 100011 | 110001 | 1001010 | 100101 |
Color Harmonies of #A68D19
Complementary color
Monochromatic Colors of #A68D19
Black with #A68D19
Text Example
Text Example
White with #A68D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D19; }
p { color: rgb(166,141,25); }
H1.HeaderClassName
{
color: #A68D19;
}
.AnyTagClassName
{
color: #A68D19;
}
</style>
background-color css
<style>
a { background-color: #A68D19; }
a { background-color: rgb(166,141,25); }
div.DivClassName
{
background-color: #A68D19;
}
.BgClassName
{
background-color: #A68D19;
}
</style>
border-color css
<style>
span { border-color: #A68D19; }
span { border-color: rgb(166,141,25); }
td.TdClassName
{
border-color: #A68D19;
}
.TagClassName
{
border-color: #A68D19;
}
</style>