Shades of Lucky #AF9314
Tints of Lucky #AF9314
RGB
CMYK
RGB Variations
Color information
#AF9314 (or 0xAF9314) is known color: Lucky. HEX triplet: AF, 93 and 14. RGB value is (175,147,20). Sum of RGB (Red+Green+Blue) = 175+147+20=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9314 is #506CEB. Grayscale: #8D8D8D. Windows color (decimal): -5270764 or 1348527. OLE color: 1348527.
HSL color Cylindrical-coordinate representation of color #AF9314: hue angle of 49.16º 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 #AF9314 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 20 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.31 |
| HSL | 49.16º | 0.79% | 0.38% | - |
| HSV(B) | 49.16º | 0.89% | 0.69% | - |
| XYZ | 28.24 | 30.03 | 4.97 | - |
| YUV | 140.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 20 | 0 | 0.16 | 0.89 | 0.31 | 49.16 | 0.79 | 0.38 |
| Hex | AF | 93 | 14 | 0 | 10 | 59 | 1F | 31 | 4F | 26 |
| Octal | 257 | 223 | 24 | 0 | 20 | 131 | 37 | 61 | 117 | 46 |
| Binary | 10101111 | 10010011 | 10100 | 0 | 10000 | 1011001 | 11111 | 110001 | 1001111 | 100110 |
Color Harmonies of #AF9314
Complementary color
Monochromatic Colors of #AF9314
Black with #AF9314
Text Example
Text Example
White with #AF9314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9314; }
p { color: rgb(175,147,20); }
H1.HeaderClassName
{
color: #AF9314;
}
.AnyTagClassName
{
color: #AF9314;
}
</style>
background-color css
<style>
a { background-color: #AF9314; }
a { background-color: rgb(175,147,20); }
div.DivClassName
{
background-color: #AF9314;
}
.BgClassName
{
background-color: #AF9314;
}
</style>
border-color css
<style>
span { border-color: #AF9314; }
span { border-color: rgb(175,147,20); }
td.TdClassName
{
border-color: #AF9314;
}
.TagClassName
{
border-color: #AF9314;
}
</style>