Shades of Lucky #AB951A
Tints of Lucky #AB951A
RGB
CMYK
RGB Variations
Color information
#AB951A (or 0xAB951A) is known color: Lucky. HEX triplet: AB, 95 and 1A. RGB value is (171,149,26). Sum of RGB (Red+Green+Blue) = 171+149+26=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB951A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB951A is #546AE5. Grayscale: #8E8E8E. Windows color (decimal): -5532390 or 1742251. OLE color: 1742251.
HSL color Cylindrical-coordinate representation of color #AB951A: hue angle of 50.9º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB951A is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 26 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.33 |
| HSL | 50.9º | 0.74% | 0.39% | - |
| HSV(B) | 50.9º | 0.85% | 0.67% | - |
| XYZ | 27.73 | 30.23 | 5.35 | - |
| YUV | 141.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 26 | 0 | 0.13 | 0.85 | 0.33 | 50.9 | 0.74 | 0.39 |
| Hex | AB | 95 | 1A | 0 | D | 55 | 21 | 33 | 4A | 27 |
| Octal | 253 | 225 | 32 | 0 | 15 | 125 | 41 | 63 | 112 | 47 |
| Binary | 10101011 | 10010101 | 11010 | 0 | 1101 | 1010101 | 100001 | 110011 | 1001010 | 100111 |
Color Harmonies of #AB951A
Complementary color
Monochromatic Colors of #AB951A
Black with #AB951A
Text Example
Text Example
White with #AB951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB951A; }
p { color: rgb(171,149,26); }
H1.HeaderClassName
{
color: #AB951A;
}
.AnyTagClassName
{
color: #AB951A;
}
</style>
background-color css
<style>
a { background-color: #AB951A; }
a { background-color: rgb(171,149,26); }
div.DivClassName
{
background-color: #AB951A;
}
.BgClassName
{
background-color: #AB951A;
}
</style>
border-color css
<style>
span { border-color: #AB951A; }
span { border-color: rgb(171,149,26); }
td.TdClassName
{
border-color: #AB951A;
}
.TagClassName
{
border-color: #AB951A;
}
</style>