Shades of Lucky #A8950F
Tints of Lucky #A8950F
RGB
CMYK
RGB Variations
Color information
#A8950F (or 0xA8950F) is known color: Lucky. HEX triplet: A8, 95 and 0F. RGB value is (168,149,15). Sum of RGB (Red+Green+Blue) = 168+149+15=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8950F is #576AF0. Grayscale: #8B8B8B. Windows color (decimal): -5729009 or 1021352. OLE color: 1021352.
HSL color Cylindrical-coordinate representation of color #A8950F: hue angle of 52.55º 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 #A8950F is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 15 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.34 |
| HSL | 52.55º | 0.84% | 0.36% | - |
| HSV(B) | 52.55º | 0.91% | 0.66% | - |
| XYZ | 26.98 | 29.85 | 4.79 | - |
| YUV | 139.41 | 57.79 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 15 | 0 | 0.11 | 0.91 | 0.34 | 52.55 | 0.84 | 0.36 |
| Hex | A8 | 95 | F | 0 | B | 5B | 22 | 35 | 54 | 24 |
| Octal | 250 | 225 | 17 | 0 | 13 | 133 | 42 | 65 | 124 | 44 |
| Binary | 10101000 | 10010101 | 1111 | 0 | 1011 | 1011011 | 100010 | 110101 | 1010100 | 100100 |
Color Harmonies of #A8950F
Complementary color
Monochromatic Colors of #A8950F
Black with #A8950F
Text Example
Text Example
White with #A8950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8950F; }
p { color: rgb(168,149,15); }
H1.HeaderClassName
{
color: #A8950F;
}
.AnyTagClassName
{
color: #A8950F;
}
</style>
background-color css
<style>
a { background-color: #A8950F; }
a { background-color: rgb(168,149,15); }
div.DivClassName
{
background-color: #A8950F;
}
.BgClassName
{
background-color: #A8950F;
}
</style>
border-color css
<style>
span { border-color: #A8950F; }
span { border-color: rgb(168,149,15); }
td.TdClassName
{
border-color: #A8950F;
}
.TagClassName
{
border-color: #A8950F;
}
</style>