Shades of Lucky #AB921E
Tints of Lucky #AB921E
RGB
CMYK
RGB Variations
Color information
#AB921E (or 0xAB921E) is known color: Lucky. HEX triplet: AB, 92 and 1E. RGB value is (171,146,30). Sum of RGB (Red+Green+Blue) = 171+146+30=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB921E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB921E is #546DE1. Grayscale: #8C8C8C. Windows color (decimal): -5533154 or 2003627. OLE color: 2003627.
HSL color Cylindrical-coordinate representation of color #AB921E: hue angle of 49.36º 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 #AB921E is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 30 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.33 |
| HSL | 49.36º | 0.7% | 0.39% | - |
| HSV(B) | 49.36º | 0.82% | 0.67% | - |
| XYZ | 27.31 | 29.31 | 5.45 | - |
| YUV | 140.25 | 65.78 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 30 | 0 | 0.15 | 0.82 | 0.33 | 49.36 | 0.7 | 0.39 |
| Hex | AB | 92 | 1E | 0 | F | 52 | 21 | 31 | 46 | 27 |
| Octal | 253 | 222 | 36 | 0 | 17 | 122 | 41 | 61 | 106 | 47 |
| Binary | 10101011 | 10010010 | 11110 | 0 | 1111 | 1010010 | 100001 | 110001 | 1000110 | 100111 |
Color Harmonies of #AB921E
Complementary color
Monochromatic Colors of #AB921E
Black with #AB921E
Text Example
Text Example
White with #AB921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB921E; }
p { color: rgb(171,146,30); }
H1.HeaderClassName
{
color: #AB921E;
}
.AnyTagClassName
{
color: #AB921E;
}
</style>
background-color css
<style>
a { background-color: #AB921E; }
a { background-color: rgb(171,146,30); }
div.DivClassName
{
background-color: #AB921E;
}
.BgClassName
{
background-color: #AB921E;
}
</style>
border-color css
<style>
span { border-color: #AB921E; }
span { border-color: rgb(171,146,30); }
td.TdClassName
{
border-color: #AB921E;
}
.TagClassName
{
border-color: #AB921E;
}
</style>