Shades of Lucky #A8960F
Tints of Lucky #A8960F
RGB
CMYK
RGB Variations
Color information
#A8960F (or 0xA8960F) is known color: Lucky. HEX triplet: A8, 96 and 0F. RGB value is (168,150,15). Sum of RGB (Red+Green+Blue) = 168+150+15=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8960F is #5769F0. Grayscale: #8C8C8C. Windows color (decimal): -5728753 or 1021608. OLE color: 1021608.
HSL color Cylindrical-coordinate representation of color #A8960F: hue angle of 52.94º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8960F is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 15 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.34 |
| HSL | 52.94º | 0.84% | 0.36% | - |
| HSV(B) | 52.94º | 0.91% | 0.66% | - |
| XYZ | 27.14 | 30.17 | 4.85 | - |
| YUV | 139.99 | 57.46 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 15 | 0 | 0.11 | 0.91 | 0.34 | 52.94 | 0.84 | 0.36 |
| Hex | A8 | 96 | F | 0 | B | 5B | 22 | 35 | 54 | 24 |
| Octal | 250 | 226 | 17 | 0 | 13 | 133 | 42 | 65 | 124 | 44 |
| Binary | 10101000 | 10010110 | 1111 | 0 | 1011 | 1011011 | 100010 | 110101 | 1010100 | 100100 |
Color Harmonies of #A8960F
Complementary color
Monochromatic Colors of #A8960F
Black with #A8960F
Text Example
Text Example
White with #A8960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8960F; }
p { color: rgb(168,150,15); }
H1.HeaderClassName
{
color: #A8960F;
}
.AnyTagClassName
{
color: #A8960F;
}
</style>
background-color css
<style>
a { background-color: #A8960F; }
a { background-color: rgb(168,150,15); }
div.DivClassName
{
background-color: #A8960F;
}
.BgClassName
{
background-color: #A8960F;
}
</style>
border-color css
<style>
span { border-color: #A8960F; }
span { border-color: rgb(168,150,15); }
td.TdClassName
{
border-color: #A8960F;
}
.TagClassName
{
border-color: #A8960F;
}
</style>