Shades of Lucky #AF9115
Tints of Lucky #AF9115
RGB
CMYK
RGB Variations
Color information
#AF9115 (or 0xAF9115) is known color: Lucky. HEX triplet: AF, 91 and 15. RGB value is (175,145,21). Sum of RGB (Red+Green+Blue) = 175+145+21=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9115 is #506EEA. Grayscale: #8C8C8C. Windows color (decimal): -5271275 or 1413551. OLE color: 1413551.
HSL color Cylindrical-coordinate representation of color #AF9115: hue angle of 48.31º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF9115 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 21 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.31 |
| HSL | 48.31º | 0.79% | 0.38% | - |
| HSV(B) | 48.31º | 0.88% | 0.69% | - |
| XYZ | 27.94 | 29.42 | 4.92 | - |
| YUV | 139.83 | 60.94 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 21 | 0 | 0.17 | 0.88 | 0.31 | 48.31 | 0.79 | 0.38 |
| Hex | AF | 91 | 15 | 0 | 11 | 58 | 1F | 30 | 4F | 26 |
| Octal | 257 | 221 | 25 | 0 | 21 | 130 | 37 | 60 | 117 | 46 |
| Binary | 10101111 | 10010001 | 10101 | 0 | 10001 | 1011000 | 11111 | 110000 | 1001111 | 100110 |
Color Harmonies of #AF9115
Complementary color
Monochromatic Colors of #AF9115
Black with #AF9115
Text Example
Text Example
White with #AF9115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9115; }
p { color: rgb(175,145,21); }
H1.HeaderClassName
{
color: #AF9115;
}
.AnyTagClassName
{
color: #AF9115;
}
</style>
background-color css
<style>
a { background-color: #AF9115; }
a { background-color: rgb(175,145,21); }
div.DivClassName
{
background-color: #AF9115;
}
.BgClassName
{
background-color: #AF9115;
}
</style>
border-color css
<style>
span { border-color: #AF9115; }
span { border-color: rgb(175,145,21); }
td.TdClassName
{
border-color: #AF9115;
}
.TagClassName
{
border-color: #AF9115;
}
</style>