Shades of Lucky #AF9212
Tints of Lucky #AF9212
RGB
CMYK
RGB Variations
Color information
#AF9212 (or 0xAF9212) is known color: Lucky. HEX triplet: AF, 92 and 12. RGB value is (175,146,18). Sum of RGB (Red+Green+Blue) = 175+146+18=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9212 is #506DED. Grayscale: #8C8C8C. Windows color (decimal): -5271022 or 1217199. OLE color: 1217199.
HSL color Cylindrical-coordinate representation of color #AF9212: hue angle of 48.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF9212 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 18 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.31 |
| HSL | 48.92º | 0.81% | 0.38% | - |
| HSV(B) | 48.92º | 0.9% | 0.69% | - |
| XYZ | 28.07 | 29.72 | 4.83 | - |
| YUV | 140.08 | 59.11 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 18 | 0 | 0.17 | 0.90 | 0.31 | 48.92 | 0.81 | 0.38 |
| Hex | AF | 92 | 12 | 0 | 11 | 5A | 1F | 31 | 51 | 26 |
| Octal | 257 | 222 | 22 | 0 | 21 | 132 | 37 | 61 | 121 | 46 |
| Binary | 10101111 | 10010010 | 10010 | 0 | 10001 | 1011010 | 11111 | 110001 | 1010001 | 100110 |
Color Harmonies of #AF9212
Complementary color
Monochromatic Colors of #AF9212
Black with #AF9212
Text Example
Text Example
White with #AF9212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9212; }
p { color: rgb(175,146,18); }
H1.HeaderClassName
{
color: #AF9212;
}
.AnyTagClassName
{
color: #AF9212;
}
</style>
background-color css
<style>
a { background-color: #AF9212; }
a { background-color: rgb(175,146,18); }
div.DivClassName
{
background-color: #AF9212;
}
.BgClassName
{
background-color: #AF9212;
}
</style>
border-color css
<style>
span { border-color: #AF9212; }
span { border-color: rgb(175,146,18); }
td.TdClassName
{
border-color: #AF9212;
}
.TagClassName
{
border-color: #AF9212;
}
</style>