Shades of Lucky #AB9D0D
Tints of Lucky #AB9D0D
RGB
CMYK
RGB Variations
Color information
#AB9D0D (or 0xAB9D0D) is known color: Lucky. HEX triplet: AB, 9D and 0D. RGB value is (171,157,13). Sum of RGB (Red+Green+Blue) = 171+157+13=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9D0D is #5462F2. Grayscale: #919191. Windows color (decimal): -5530355 or 892331. OLE color: 892331.
HSL color Cylindrical-coordinate representation of color #AB9D0D: hue angle of 54.68º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB9D0D is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 13 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.33 |
| HSL | 54.68º | 0.86% | 0.36% | - |
| HSV(B) | 54.68º | 0.92% | 0.67% | - |
| XYZ | 28.92 | 32.8 | 5.19 | - |
| YUV | 144.77 | 53.64 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 13 | 0 | 0.08 | 0.92 | 0.33 | 54.68 | 0.86 | 0.36 |
| Hex | AB | 9D | D | 0 | 8 | 5C | 21 | 37 | 56 | 24 |
| Octal | 253 | 235 | 15 | 0 | 10 | 134 | 41 | 67 | 126 | 44 |
| Binary | 10101011 | 10011101 | 1101 | 0 | 1000 | 1011100 | 100001 | 110111 | 1010110 | 100100 |
Color Harmonies of #AB9D0D
Complementary color
Monochromatic Colors of #AB9D0D
Black with #AB9D0D
Text Example
Text Example
White with #AB9D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9D0D; }
p { color: rgb(171,157,13); }
H1.HeaderClassName
{
color: #AB9D0D;
}
.AnyTagClassName
{
color: #AB9D0D;
}
</style>
background-color css
<style>
a { background-color: #AB9D0D; }
a { background-color: rgb(171,157,13); }
div.DivClassName
{
background-color: #AB9D0D;
}
.BgClassName
{
background-color: #AB9D0D;
}
</style>
border-color css
<style>
span { border-color: #AB9D0D; }
span { border-color: rgb(171,157,13); }
td.TdClassName
{
border-color: #AB9D0D;
}
.TagClassName
{
border-color: #AB9D0D;
}
</style>