Shades of Lucky #AF940B
Tints of Lucky #AF940B
RGB
CMYK
RGB Variations
Color information
#AF940B (or 0xAF940B) is known color: Lucky. HEX triplet: AF, 94 and 0B. RGB value is (175,148,11). Sum of RGB (Red+Green+Blue) = 175+148+11=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF940B is #506BF4. Grayscale: #8D8D8D. Windows color (decimal): -5270517 or 758959. OLE color: 758959.
HSL color Cylindrical-coordinate representation of color #AF940B: hue angle of 50.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF940B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 11 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.31 |
| HSL | 50.12º | 0.88% | 0.36% | - |
| HSV(B) | 50.12º | 0.94% | 0.69% | - |
| XYZ | 28.33 | 30.32 | 4.68 | - |
| YUV | 140.46 | 54.95 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 11 | 0 | 0.15 | 0.94 | 0.31 | 50.12 | 0.88 | 0.36 |
| Hex | AF | 94 | B | 0 | F | 5E | 1F | 32 | 58 | 24 |
| Octal | 257 | 224 | 13 | 0 | 17 | 136 | 37 | 62 | 130 | 44 |
| Binary | 10101111 | 10010100 | 1011 | 0 | 1111 | 1011110 | 11111 | 110010 | 1011000 | 100100 |
Color Harmonies of #AF940B
Complementary color
Monochromatic Colors of #AF940B
Black with #AF940B
Text Example
Text Example
White with #AF940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF940B; }
p { color: rgb(175,148,11); }
H1.HeaderClassName
{
color: #AF940B;
}
.AnyTagClassName
{
color: #AF940B;
}
</style>
background-color css
<style>
a { background-color: #AF940B; }
a { background-color: rgb(175,148,11); }
div.DivClassName
{
background-color: #AF940B;
}
.BgClassName
{
background-color: #AF940B;
}
</style>
border-color css
<style>
span { border-color: #AF940B; }
span { border-color: rgb(175,148,11); }
td.TdClassName
{
border-color: #AF940B;
}
.TagClassName
{
border-color: #AF940B;
}
</style>