Shades of Lucky #AF9711
Tints of Lucky #AF9711
RGB
CMYK
RGB Variations
Color information
#AF9711 (or 0xAF9711) is known color: Lucky. HEX triplet: AF, 97 and 11. RGB value is (175,151,17). Sum of RGB (Red+Green+Blue) = 175+151+17=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9711 is #5068EE. Grayscale: #8F8F8F. Windows color (decimal): -5269743 or 1152943. OLE color: 1152943.
HSL color Cylindrical-coordinate representation of color #AF9711: hue angle of 50.89º 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 #AF9711 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 17 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.31 |
| HSL | 50.89º | 0.82% | 0.38% | - |
| HSV(B) | 50.89º | 0.9% | 0.69% | - |
| XYZ | 28.85 | 31.29 | 5.05 | - |
| YUV | 142.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 17 | 0 | 0.14 | 0.90 | 0.31 | 50.89 | 0.82 | 0.38 |
| Hex | AF | 97 | 11 | 0 | E | 5A | 1F | 33 | 52 | 26 |
| Octal | 257 | 227 | 21 | 0 | 16 | 132 | 37 | 63 | 122 | 46 |
| Binary | 10101111 | 10010111 | 10001 | 0 | 1110 | 1011010 | 11111 | 110011 | 1010010 | 100110 |
Color Harmonies of #AF9711
Complementary color
Monochromatic Colors of #AF9711
Black with #AF9711
Text Example
Text Example
White with #AF9711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9711; }
p { color: rgb(175,151,17); }
H1.HeaderClassName
{
color: #AF9711;
}
.AnyTagClassName
{
color: #AF9711;
}
</style>
background-color css
<style>
a { background-color: #AF9711; }
a { background-color: rgb(175,151,17); }
div.DivClassName
{
background-color: #AF9711;
}
.BgClassName
{
background-color: #AF9711;
}
</style>
border-color css
<style>
span { border-color: #AF9711; }
span { border-color: rgb(175,151,17); }
td.TdClassName
{
border-color: #AF9711;
}
.TagClassName
{
border-color: #AF9711;
}
</style>