Shades of Lucky #AF940D
Tints of Lucky #AF940D
RGB
CMYK
RGB Variations
Color information
#AF940D (or 0xAF940D) is known color: Lucky. HEX triplet: AF, 94 and 0D. RGB value is (175,148,13). Sum of RGB (Red+Green+Blue) = 175+148+13=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF940D is #506BF2. Grayscale: #8D8D8D. Windows color (decimal): -5270515 or 890031. OLE color: 890031.
HSL color Cylindrical-coordinate representation of color #AF940D: hue angle of 50º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF940D is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 13 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.31 |
| HSL | 50º | 0.86% | 0.37% | - |
| HSV(B) | 50º | 0.93% | 0.69% | - |
| XYZ | 28.34 | 30.32 | 4.74 | - |
| YUV | 140.68 | 55.95 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 13 | 0 | 0.15 | 0.93 | 0.31 | 50 | 0.86 | 0.37 |
| Hex | AF | 94 | D | 0 | F | 5D | 1F | 32 | 56 | 25 |
| Octal | 257 | 224 | 15 | 0 | 17 | 135 | 37 | 62 | 126 | 45 |
| Binary | 10101111 | 10010100 | 1101 | 0 | 1111 | 1011101 | 11111 | 110010 | 1010110 | 100101 |
Color Harmonies of #AF940D
Complementary color
Monochromatic Colors of #AF940D
Black with #AF940D
Text Example
Text Example
White with #AF940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF940D; }
p { color: rgb(175,148,13); }
H1.HeaderClassName
{
color: #AF940D;
}
.AnyTagClassName
{
color: #AF940D;
}
</style>
background-color css
<style>
a { background-color: #AF940D; }
a { background-color: rgb(175,148,13); }
div.DivClassName
{
background-color: #AF940D;
}
.BgClassName
{
background-color: #AF940D;
}
</style>
border-color css
<style>
span { border-color: #AF940D; }
span { border-color: rgb(175,148,13); }
td.TdClassName
{
border-color: #AF940D;
}
.TagClassName
{
border-color: #AF940D;
}
</style>