Shades of Lucky #AF9112
Tints of Lucky #AF9112
RGB
CMYK
RGB Variations
Color information
#AF9112 (or 0xAF9112) is known color: Lucky. HEX triplet: AF, 91 and 12. RGB value is (175,145,18). Sum of RGB (Red+Green+Blue) = 175+145+18=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9112 is #506EED. Grayscale: #8C8C8C. Windows color (decimal): -5271278 or 1216943. OLE color: 1216943.
HSL color Cylindrical-coordinate representation of color #AF9112: hue angle of 48.54º degrees, saturation: 0.81, 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 #AF9112 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 18 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.31 |
| HSL | 48.54º | 0.81% | 0.38% | - |
| HSV(B) | 48.54º | 0.9% | 0.69% | - |
| XYZ | 27.91 | 29.41 | 4.78 | - |
| YUV | 139.49 | 59.44 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 18 | 0 | 0.17 | 0.90 | 0.31 | 48.54 | 0.81 | 0.38 |
| Hex | AF | 91 | 12 | 0 | 11 | 5A | 1F | 31 | 51 | 26 |
| Octal | 257 | 221 | 22 | 0 | 21 | 132 | 37 | 61 | 121 | 46 |
| Binary | 10101111 | 10010001 | 10010 | 0 | 10001 | 1011010 | 11111 | 110001 | 1010001 | 100110 |
Color Harmonies of #AF9112
Complementary color
Monochromatic Colors of #AF9112
Black with #AF9112
Text Example
Text Example
White with #AF9112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9112; }
p { color: rgb(175,145,18); }
H1.HeaderClassName
{
color: #AF9112;
}
.AnyTagClassName
{
color: #AF9112;
}
</style>
background-color css
<style>
a { background-color: #AF9112; }
a { background-color: rgb(175,145,18); }
div.DivClassName
{
background-color: #AF9112;
}
.BgClassName
{
background-color: #AF9112;
}
</style>
border-color css
<style>
span { border-color: #AF9112; }
span { border-color: rgb(175,145,18); }
td.TdClassName
{
border-color: #AF9112;
}
.TagClassName
{
border-color: #AF9112;
}
</style>