Shades of Lucky #AF9311
Tints of Lucky #AF9311
RGB
CMYK
RGB Variations
Color information
#AF9311 (or 0xAF9311) is known color: Lucky. HEX triplet: AF, 93 and 11. RGB value is (175,147,17). Sum of RGB (Red+Green+Blue) = 175+147+17=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9311 is #506CEE. Grayscale: #8D8D8D. Windows color (decimal): -5270767 or 1151919. OLE color: 1151919.
HSL color Cylindrical-coordinate representation of color #AF9311: hue angle of 49.37º 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 #AF9311 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 17 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.31 |
| HSL | 49.37º | 0.82% | 0.38% | - |
| HSV(B) | 49.37º | 0.9% | 0.69% | - |
| XYZ | 28.21 | 30.02 | 4.84 | - |
| YUV | 140.55 | 58.28 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 17 | 0 | 0.16 | 0.90 | 0.31 | 49.37 | 0.82 | 0.38 |
| Hex | AF | 93 | 11 | 0 | 10 | 5A | 1F | 31 | 52 | 26 |
| Octal | 257 | 223 | 21 | 0 | 20 | 132 | 37 | 61 | 122 | 46 |
| Binary | 10101111 | 10010011 | 10001 | 0 | 10000 | 1011010 | 11111 | 110001 | 1010010 | 100110 |
Color Harmonies of #AF9311
Complementary color
Monochromatic Colors of #AF9311
Black with #AF9311
Text Example
Text Example
White with #AF9311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9311; }
p { color: rgb(175,147,17); }
H1.HeaderClassName
{
color: #AF9311;
}
.AnyTagClassName
{
color: #AF9311;
}
</style>
background-color css
<style>
a { background-color: #AF9311; }
a { background-color: rgb(175,147,17); }
div.DivClassName
{
background-color: #AF9311;
}
.BgClassName
{
background-color: #AF9311;
}
</style>
border-color css
<style>
span { border-color: #AF9311; }
span { border-color: rgb(175,147,17); }
td.TdClassName
{
border-color: #AF9311;
}
.TagClassName
{
border-color: #AF9311;
}
</style>