Shades of Lucky #AF8F14
Tints of Lucky #AF8F14
RGB
CMYK
RGB Variations
Color information
#AF8F14 (or 0xAF8F14) is known color: Lucky. HEX triplet: AF, 8F and 14. RGB value is (175,143,20). Sum of RGB (Red+Green+Blue) = 175+143+20=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8F14 is #5070EB. Grayscale: #8B8B8B. Windows color (decimal): -5271788 or 1347503. OLE color: 1347503.
HSL color Cylindrical-coordinate representation of color #AF8F14: hue angle of 47.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF8F14 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 20 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.31 |
| HSL | 47.61º | 0.79% | 0.38% | - |
| HSV(B) | 47.61º | 0.89% | 0.69% | - |
| XYZ | 27.63 | 28.81 | 4.77 | - |
| YUV | 138.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 20 | 0 | 0.18 | 0.89 | 0.31 | 47.61 | 0.79 | 0.38 |
| Hex | AF | 8F | 14 | 0 | 12 | 59 | 1F | 30 | 4F | 26 |
| Octal | 257 | 217 | 24 | 0 | 22 | 131 | 37 | 60 | 117 | 46 |
| Binary | 10101111 | 10001111 | 10100 | 0 | 10010 | 1011001 | 11111 | 110000 | 1001111 | 100110 |
Color Harmonies of #AF8F14
Complementary color
Monochromatic Colors of #AF8F14
Black with #AF8F14
Text Example
Text Example
White with #AF8F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F14; }
p { color: rgb(175,143,20); }
H1.HeaderClassName
{
color: #AF8F14;
}
.AnyTagClassName
{
color: #AF8F14;
}
</style>
background-color css
<style>
a { background-color: #AF8F14; }
a { background-color: rgb(175,143,20); }
div.DivClassName
{
background-color: #AF8F14;
}
.BgClassName
{
background-color: #AF8F14;
}
</style>
border-color css
<style>
span { border-color: #AF8F14; }
span { border-color: rgb(175,143,20); }
td.TdClassName
{
border-color: #AF8F14;
}
.TagClassName
{
border-color: #AF8F14;
}
</style>