Shades of Lucky #AB921C
Tints of Lucky #AB921C
RGB
CMYK
RGB Variations
Color information
#AB921C (or 0xAB921C) is known color: Lucky. HEX triplet: AB, 92 and 1C. RGB value is (171,146,28). Sum of RGB (Red+Green+Blue) = 171+146+28=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB921C is #546DE3. Grayscale: #8C8C8C. Windows color (decimal): -5533156 or 1872555. OLE color: 1872555.
HSL color Cylindrical-coordinate representation of color #AB921C: hue angle of 49.51º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB921C is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 28 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.33 |
| HSL | 49.51º | 0.72% | 0.39% | - |
| HSV(B) | 49.51º | 0.84% | 0.67% | - |
| XYZ | 27.28 | 29.3 | 5.32 | - |
| YUV | 140.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 28 | 0 | 0.15 | 0.84 | 0.33 | 49.51 | 0.72 | 0.39 |
| Hex | AB | 92 | 1C | 0 | F | 54 | 21 | 32 | 48 | 27 |
| Octal | 253 | 222 | 34 | 0 | 17 | 124 | 41 | 62 | 110 | 47 |
| Binary | 10101011 | 10010010 | 11100 | 0 | 1111 | 1010100 | 100001 | 110010 | 1001000 | 100111 |
Color Harmonies of #AB921C
Complementary color
Monochromatic Colors of #AB921C
Black with #AB921C
Text Example
Text Example
White with #AB921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB921C; }
p { color: rgb(171,146,28); }
H1.HeaderClassName
{
color: #AB921C;
}
.AnyTagClassName
{
color: #AB921C;
}
</style>
background-color css
<style>
a { background-color: #AB921C; }
a { background-color: rgb(171,146,28); }
div.DivClassName
{
background-color: #AB921C;
}
.BgClassName
{
background-color: #AB921C;
}
</style>
border-color css
<style>
span { border-color: #AB921C; }
span { border-color: rgb(171,146,28); }
td.TdClassName
{
border-color: #AB921C;
}
.TagClassName
{
border-color: #AB921C;
}
</style>