Shades of Lucky #AB9314
Tints of Lucky #AB9314
RGB
CMYK
RGB Variations
Color information
#AB9314 (or 0xAB9314) is known color: Lucky. HEX triplet: AB, 93 and 14. RGB value is (171,147,20). Sum of RGB (Red+Green+Blue) = 171+147+20=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9314 is #546CEB. Grayscale: #8C8C8C. Windows color (decimal): -5532908 or 1348523. OLE color: 1348523.
HSL color Cylindrical-coordinate representation of color #AB9314: hue angle of 50.46º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB9314 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 20 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.33 |
| HSL | 50.46º | 0.79% | 0.37% | - |
| HSV(B) | 50.46º | 0.88% | 0.67% | - |
| XYZ | 27.35 | 29.58 | 4.93 | - |
| YUV | 139.7 | 60.45 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 20 | 0 | 0.14 | 0.88 | 0.33 | 50.46 | 0.79 | 0.37 |
| Hex | AB | 93 | 14 | 0 | E | 58 | 21 | 32 | 4F | 25 |
| Octal | 253 | 223 | 24 | 0 | 16 | 130 | 41 | 62 | 117 | 45 |
| Binary | 10101011 | 10010011 | 10100 | 0 | 1110 | 1011000 | 100001 | 110010 | 1001111 | 100101 |
Color Harmonies of #AB9314
Complementary color
Monochromatic Colors of #AB9314
Black with #AB9314
Text Example
Text Example
White with #AB9314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9314; }
p { color: rgb(171,147,20); }
H1.HeaderClassName
{
color: #AB9314;
}
.AnyTagClassName
{
color: #AB9314;
}
</style>
background-color css
<style>
a { background-color: #AB9314; }
a { background-color: rgb(171,147,20); }
div.DivClassName
{
background-color: #AB9314;
}
.BgClassName
{
background-color: #AB9314;
}
</style>
border-color css
<style>
span { border-color: #AB9314; }
span { border-color: rgb(171,147,20); }
td.TdClassName
{
border-color: #AB9314;
}
.TagClassName
{
border-color: #AB9314;
}
</style>