Shades of Lucky #A8952A
Tints of Lucky #A8952A
RGB
CMYK
RGB Variations
Color information
#A8952A (or 0xA8952A) is known color: Lucky. HEX triplet: A8, 95 and 2A. RGB value is (168,149,42). Sum of RGB (Red+Green+Blue) = 168+149+42=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8952A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8952A is #576AD5. Grayscale: #8E8E8E. Windows color (decimal): -5728982 or 2790824. OLE color: 2790824.
HSL color Cylindrical-coordinate representation of color #A8952A: hue angle of 50.95º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8952A is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 42 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.34 |
| HSL | 50.95º | 0.6% | 0.41% | - |
| HSV(B) | 50.95º | 0.75% | 0.66% | - |
| XYZ | 27.31 | 29.99 | 6.54 | - |
| YUV | 142.48 | 71.29 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 42 | 0 | 0.11 | 0.75 | 0.34 | 50.95 | 0.6 | 0.41 |
| Hex | A8 | 95 | 2A | 0 | B | 4B | 22 | 33 | 3C | 29 |
| Octal | 250 | 225 | 52 | 0 | 13 | 113 | 42 | 63 | 74 | 51 |
| Binary | 10101000 | 10010101 | 101010 | 0 | 1011 | 1001011 | 100010 | 110011 | 111100 | 101001 |
Color Harmonies of #A8952A
Complementary color
Monochromatic Colors of #A8952A
Black with #A8952A
Text Example
Text Example
White with #A8952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8952A; }
p { color: rgb(168,149,42); }
H1.HeaderClassName
{
color: #A8952A;
}
.AnyTagClassName
{
color: #A8952A;
}
</style>
background-color css
<style>
a { background-color: #A8952A; }
a { background-color: rgb(168,149,42); }
div.DivClassName
{
background-color: #A8952A;
}
.BgClassName
{
background-color: #A8952A;
}
</style>
border-color css
<style>
span { border-color: #A8952A; }
span { border-color: rgb(168,149,42); }
td.TdClassName
{
border-color: #A8952A;
}
.TagClassName
{
border-color: #A8952A;
}
</style>