Shades of Lucky #A68B13
Tints of Lucky #A68B13
RGB
CMYK
RGB Variations
Color information
#A68B13 (or 0xA68B13) is known color: Lucky. HEX triplet: A6, 8B and 13. RGB value is (166,139,19). Sum of RGB (Red+Green+Blue) = 166+139+19=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68B13 is #5974EC. Grayscale: #858585. Windows color (decimal): -5862637 or 1280934. OLE color: 1280934.
HSL color Cylindrical-coordinate representation of color #A68B13: hue angle of 48.98º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A68B13 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 139 | 19 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.35 |
| HSL | 48.98º | 0.79% | 0.36% | - |
| HSV(B) | 48.98º | 0.89% | 0.65% | - |
| XYZ | 25.08 | 26.62 | 4.43 | - |
| YUV | 133.39 | 63.45 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 19 | 0 | 0.16 | 0.89 | 0.35 | 48.98 | 0.79 | 0.36 |
| Hex | A6 | 8B | 13 | 0 | 10 | 59 | 23 | 31 | 4F | 24 |
| Octal | 246 | 213 | 23 | 0 | 20 | 131 | 43 | 61 | 117 | 44 |
| Binary | 10100110 | 10001011 | 10011 | 0 | 10000 | 1011001 | 100011 | 110001 | 1001111 | 100100 |
Color Harmonies of #A68B13
Complementary color
Monochromatic Colors of #A68B13
Black with #A68B13
Text Example
Text Example
White with #A68B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68B13; }
p { color: rgb(166,139,19); }
H1.HeaderClassName
{
color: #A68B13;
}
.AnyTagClassName
{
color: #A68B13;
}
</style>
background-color css
<style>
a { background-color: #A68B13; }
a { background-color: rgb(166,139,19); }
div.DivClassName
{
background-color: #A68B13;
}
.BgClassName
{
background-color: #A68B13;
}
</style>
border-color css
<style>
span { border-color: #A68B13; }
span { border-color: rgb(166,139,19); }
td.TdClassName
{
border-color: #A68B13;
}
.TagClassName
{
border-color: #A68B13;
}
</style>