Shades of Lucky #AF950B
Tints of Lucky #AF950B
RGB
CMYK
RGB Variations
Color information
#AF950B (or 0xAF950B) is known color: Lucky. HEX triplet: AF, 95 and 0B. RGB value is (175,149,11). Sum of RGB (Red+Green+Blue) = 175+149+11=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF950B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF950B is #506AF4. Grayscale: #8D8D8D. Windows color (decimal): -5270261 or 759215. OLE color: 759215.
HSL color Cylindrical-coordinate representation of color #AF950B: hue angle of 50.49º 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 #AF950B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 11 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.31 |
| HSL | 50.49º | 0.88% | 0.36% | - |
| HSV(B) | 50.49º | 0.94% | 0.69% | - |
| XYZ | 28.49 | 30.63 | 4.73 | - |
| YUV | 141.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 11 | 0 | 0.15 | 0.94 | 0.31 | 50.49 | 0.88 | 0.36 |
| Hex | AF | 95 | B | 0 | F | 5E | 1F | 32 | 58 | 24 |
| Octal | 257 | 225 | 13 | 0 | 17 | 136 | 37 | 62 | 130 | 44 |
| Binary | 10101111 | 10010101 | 1011 | 0 | 1111 | 1011110 | 11111 | 110010 | 1011000 | 100100 |
Color Harmonies of #AF950B
Complementary color
Monochromatic Colors of #AF950B
Black with #AF950B
Text Example
Text Example
White with #AF950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF950B; }
p { color: rgb(175,149,11); }
H1.HeaderClassName
{
color: #AF950B;
}
.AnyTagClassName
{
color: #AF950B;
}
</style>
background-color css
<style>
a { background-color: #AF950B; }
a { background-color: rgb(175,149,11); }
div.DivClassName
{
background-color: #AF950B;
}
.BgClassName
{
background-color: #AF950B;
}
</style>
border-color css
<style>
span { border-color: #AF950B; }
span { border-color: rgb(175,149,11); }
td.TdClassName
{
border-color: #AF950B;
}
.TagClassName
{
border-color: #AF950B;
}
</style>