Shades of Lucky #AB951E
Tints of Lucky #AB951E
RGB
CMYK
RGB Variations
Color information
#AB951E (or 0xAB951E) is known color: Lucky. HEX triplet: AB, 95 and 1E. RGB value is (171,149,30). Sum of RGB (Red+Green+Blue) = 171+149+30=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB951E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB951E is #546AE1. Grayscale: #8E8E8E. Windows color (decimal): -5532386 or 2004395. OLE color: 2004395.
HSL color Cylindrical-coordinate representation of color #AB951E: hue angle of 50.64º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB951E is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 30 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.33 |
| HSL | 50.64º | 0.7% | 0.39% | - |
| HSV(B) | 50.64º | 0.82% | 0.67% | - |
| XYZ | 27.78 | 30.25 | 5.6 | - |
| YUV | 142.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 30 | 0 | 0.13 | 0.82 | 0.33 | 50.64 | 0.7 | 0.39 |
| Hex | AB | 95 | 1E | 0 | D | 52 | 21 | 33 | 46 | 27 |
| Octal | 253 | 225 | 36 | 0 | 15 | 122 | 41 | 63 | 106 | 47 |
| Binary | 10101011 | 10010101 | 11110 | 0 | 1101 | 1010010 | 100001 | 110011 | 1000110 | 100111 |
Color Harmonies of #AB951E
Complementary color
Monochromatic Colors of #AB951E
Black with #AB951E
Text Example
Text Example
White with #AB951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB951E; }
p { color: rgb(171,149,30); }
H1.HeaderClassName
{
color: #AB951E;
}
.AnyTagClassName
{
color: #AB951E;
}
</style>
background-color css
<style>
a { background-color: #AB951E; }
a { background-color: rgb(171,149,30); }
div.DivClassName
{
background-color: #AB951E;
}
.BgClassName
{
background-color: #AB951E;
}
</style>
border-color css
<style>
span { border-color: #AB951E; }
span { border-color: rgb(171,149,30); }
td.TdClassName
{
border-color: #AB951E;
}
.TagClassName
{
border-color: #AB951E;
}
</style>