Shades of Lucky #AF8F17
Tints of Lucky #AF8F17
RGB
CMYK
RGB Variations
Color information
#AF8F17 (or 0xAF8F17) is known color: Lucky. HEX triplet: AF, 8F and 17. RGB value is (175,143,23). Sum of RGB (Red+Green+Blue) = 175+143+23=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8F17 is #5070E8. Grayscale: #8B8B8B. Windows color (decimal): -5271785 or 1544111. OLE color: 1544111.
HSL color Cylindrical-coordinate representation of color #AF8F17: hue angle of 47.37º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF8F17 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 23 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.31 |
| HSL | 47.37º | 0.77% | 0.39% | - |
| HSV(B) | 47.37º | 0.87% | 0.69% | - |
| XYZ | 27.66 | 28.82 | 4.92 | - |
| YUV | 138.89 | 62.6 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 23 | 0 | 0.18 | 0.87 | 0.31 | 47.37 | 0.77 | 0.39 |
| Hex | AF | 8F | 17 | 0 | 12 | 57 | 1F | 2F | 4D | 27 |
| Octal | 257 | 217 | 27 | 0 | 22 | 127 | 37 | 57 | 115 | 47 |
| Binary | 10101111 | 10001111 | 10111 | 0 | 10010 | 1010111 | 11111 | 101111 | 1001101 | 100111 |
Color Harmonies of #AF8F17
Complementary color
Monochromatic Colors of #AF8F17
Black with #AF8F17
Text Example
Text Example
White with #AF8F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F17; }
p { color: rgb(175,143,23); }
H1.HeaderClassName
{
color: #AF8F17;
}
.AnyTagClassName
{
color: #AF8F17;
}
</style>
background-color css
<style>
a { background-color: #AF8F17; }
a { background-color: rgb(175,143,23); }
div.DivClassName
{
background-color: #AF8F17;
}
.BgClassName
{
background-color: #AF8F17;
}
</style>
border-color css
<style>
span { border-color: #AF8F17; }
span { border-color: rgb(175,143,23); }
td.TdClassName
{
border-color: #AF8F17;
}
.TagClassName
{
border-color: #AF8F17;
}
</style>