Shades of Lucky #A68F10
Tints of Lucky #A68F10
RGB
CMYK
RGB Variations
Color information
#A68F10 (or 0xA68F10) is known color: Lucky. HEX triplet: A6, 8F and 10. RGB value is (166,143,16). Sum of RGB (Red+Green+Blue) = 166+143+16=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68F10 is #5970EF. Grayscale: #878787. Windows color (decimal): -5861616 or 1085350. OLE color: 1085350.
HSL color Cylindrical-coordinate representation of color #A68F10: hue angle of 50.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A68F10 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 16 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.35 |
| HSL | 50.8º | 0.82% | 0.36% | - |
| HSV(B) | 50.8º | 0.9% | 0.65% | - |
| XYZ | 25.64 | 27.79 | 4.5 | - |
| YUV | 135.4 | 60.62 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 16 | 0 | 0.14 | 0.90 | 0.35 | 50.8 | 0.82 | 0.36 |
| Hex | A6 | 8F | 10 | 0 | E | 5A | 23 | 33 | 52 | 24 |
| Octal | 246 | 217 | 20 | 0 | 16 | 132 | 43 | 63 | 122 | 44 |
| Binary | 10100110 | 10001111 | 10000 | 0 | 1110 | 1011010 | 100011 | 110011 | 1010010 | 100100 |
Color Harmonies of #A68F10
Complementary color
Monochromatic Colors of #A68F10
Black with #A68F10
Text Example
Text Example
White with #A68F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F10; }
p { color: rgb(166,143,16); }
H1.HeaderClassName
{
color: #A68F10;
}
.AnyTagClassName
{
color: #A68F10;
}
</style>
background-color css
<style>
a { background-color: #A68F10; }
a { background-color: rgb(166,143,16); }
div.DivClassName
{
background-color: #A68F10;
}
.BgClassName
{
background-color: #A68F10;
}
</style>
border-color css
<style>
span { border-color: #A68F10; }
span { border-color: rgb(166,143,16); }
td.TdClassName
{
border-color: #A68F10;
}
.TagClassName
{
border-color: #A68F10;
}
</style>