Shades of Lucky #AF9C11
Tints of Lucky #AF9C11
RGB
CMYK
RGB Variations
Color information
#AF9C11 (or 0xAF9C11) is known color: Lucky. HEX triplet: AF, 9C and 11. RGB value is (175,156,17). Sum of RGB (Red+Green+Blue) = 175+156+17=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9C11 is #5063EE. Grayscale: #929292. Windows color (decimal): -5268463 or 1154223. OLE color: 1154223.
HSL color Cylindrical-coordinate representation of color #AF9C11: hue angle of 52.78º degrees, saturation: 0.82, 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 #AF9C11 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 17 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.31 |
| HSL | 52.78º | 0.82% | 0.38% | - |
| HSV(B) | 52.78º | 0.9% | 0.69% | - |
| XYZ | 29.67 | 32.93 | 5.32 | - |
| YUV | 145.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 17 | 0 | 0.11 | 0.90 | 0.31 | 52.78 | 0.82 | 0.38 |
| Hex | AF | 9C | 11 | 0 | B | 5A | 1F | 35 | 52 | 26 |
| Octal | 257 | 234 | 21 | 0 | 13 | 132 | 37 | 65 | 122 | 46 |
| Binary | 10101111 | 10011100 | 10001 | 0 | 1011 | 1011010 | 11111 | 110101 | 1010010 | 100110 |
Color Harmonies of #AF9C11
Complementary color
Monochromatic Colors of #AF9C11
Black with #AF9C11
Text Example
Text Example
White with #AF9C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C11; }
p { color: rgb(175,156,17); }
H1.HeaderClassName
{
color: #AF9C11;
}
.AnyTagClassName
{
color: #AF9C11;
}
</style>
background-color css
<style>
a { background-color: #AF9C11; }
a { background-color: rgb(175,156,17); }
div.DivClassName
{
background-color: #AF9C11;
}
.BgClassName
{
background-color: #AF9C11;
}
</style>
border-color css
<style>
span { border-color: #AF9C11; }
span { border-color: rgb(175,156,17); }
td.TdClassName
{
border-color: #AF9C11;
}
.TagClassName
{
border-color: #AF9C11;
}
</style>