Shades of Lucky #A68D0F
Tints of Lucky #A68D0F
RGB
CMYK
RGB Variations
Color information
#A68D0F (or 0xA68D0F) is known color: Lucky. HEX triplet: A6, 8D and 0F. RGB value is (166,141,15). Sum of RGB (Red+Green+Blue) = 166+141+15=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68D0F is #5972F0. Grayscale: #868686. Windows color (decimal): -5862129 or 1019302. OLE color: 1019302.
HSL color Cylindrical-coordinate representation of color #A68D0F: hue angle of 50.07º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A68D0F is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 15 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.35 |
| HSL | 50.07º | 0.83% | 0.35% | - |
| HSV(B) | 50.07º | 0.91% | 0.65% | - |
| XYZ | 25.34 | 27.19 | 4.36 | - |
| YUV | 134.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 15 | 0 | 0.15 | 0.91 | 0.35 | 50.07 | 0.83 | 0.35 |
| Hex | A6 | 8D | F | 0 | F | 5B | 23 | 32 | 53 | 23 |
| Octal | 246 | 215 | 17 | 0 | 17 | 133 | 43 | 62 | 123 | 43 |
| Binary | 10100110 | 10001101 | 1111 | 0 | 1111 | 1011011 | 100011 | 110010 | 1010011 | 100011 |
Color Harmonies of #A68D0F
Complementary color
Monochromatic Colors of #A68D0F
Black with #A68D0F
Text Example
Text Example
White with #A68D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D0F; }
p { color: rgb(166,141,15); }
H1.HeaderClassName
{
color: #A68D0F;
}
.AnyTagClassName
{
color: #A68D0F;
}
</style>
background-color css
<style>
a { background-color: #A68D0F; }
a { background-color: rgb(166,141,15); }
div.DivClassName
{
background-color: #A68D0F;
}
.BgClassName
{
background-color: #A68D0F;
}
</style>
border-color css
<style>
span { border-color: #A68D0F; }
span { border-color: rgb(166,141,15); }
td.TdClassName
{
border-color: #A68D0F;
}
.TagClassName
{
border-color: #A68D0F;
}
</style>