Shades of Lucky #A8951F
Tints of Lucky #A8951F
RGB
CMYK
RGB Variations
Color information
#A8951F (or 0xA8951F) is known color: Lucky. HEX triplet: A8, 95 and 1F. RGB value is (168,149,31). Sum of RGB (Red+Green+Blue) = 168+149+31=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A8951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8951F is #576AE0. Grayscale: #8D8D8D. Windows color (decimal): -5728993 or 2069928. OLE color: 2069928.
HSL color Cylindrical-coordinate representation of color #A8951F: hue angle of 51.68º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8951F is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 31 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.34 |
| HSL | 51.68º | 0.69% | 0.39% | - |
| HSV(B) | 51.68º | 0.82% | 0.66% | - |
| XYZ | 27.14 | 29.92 | 5.64 | - |
| YUV | 141.23 | 65.79 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 31 | 0 | 0.11 | 0.82 | 0.34 | 51.68 | 0.69 | 0.39 |
| Hex | A8 | 95 | 1F | 0 | B | 52 | 22 | 34 | 45 | 27 |
| Octal | 250 | 225 | 37 | 0 | 13 | 122 | 42 | 64 | 105 | 47 |
| Binary | 10101000 | 10010101 | 11111 | 0 | 1011 | 1010010 | 100010 | 110100 | 1000101 | 100111 |
Color Harmonies of #A8951F
Complementary color
Monochromatic Colors of #A8951F
Black with #A8951F
Text Example
Text Example
White with #A8951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8951F; }
p { color: rgb(168,149,31); }
H1.HeaderClassName
{
color: #A8951F;
}
.AnyTagClassName
{
color: #A8951F;
}
</style>
background-color css
<style>
a { background-color: #A8951F; }
a { background-color: rgb(168,149,31); }
div.DivClassName
{
background-color: #A8951F;
}
.BgClassName
{
background-color: #A8951F;
}
</style>
border-color css
<style>
span { border-color: #A8951F; }
span { border-color: rgb(168,149,31); }
td.TdClassName
{
border-color: #A8951F;
}
.TagClassName
{
border-color: #A8951F;
}
</style>