Shades of Lucky #AF9312
Tints of Lucky #AF9312
RGB
CMYK
RGB Variations
Color information
#AF9312 (or 0xAF9312) is known color: Lucky. HEX triplet: AF, 93 and 12. RGB value is (175,147,18). Sum of RGB (Red+Green+Blue) = 175+147+18=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9312 is #506CED. Grayscale: #8D8D8D. Windows color (decimal): -5270766 or 1217455. OLE color: 1217455.
HSL color Cylindrical-coordinate representation of color #AF9312: hue angle of 49.3º 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 #AF9312 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 18 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.31 |
| HSL | 49.3º | 0.81% | 0.38% | - |
| HSV(B) | 49.3º | 0.9% | 0.69% | - |
| XYZ | 28.22 | 30.03 | 4.88 | - |
| YUV | 140.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 18 | 0 | 0.16 | 0.90 | 0.31 | 49.3 | 0.81 | 0.38 |
| Hex | AF | 93 | 12 | 0 | 10 | 5A | 1F | 31 | 51 | 26 |
| Octal | 257 | 223 | 22 | 0 | 20 | 132 | 37 | 61 | 121 | 46 |
| Binary | 10101111 | 10010011 | 10010 | 0 | 10000 | 1011010 | 11111 | 110001 | 1010001 | 100110 |
Color Harmonies of #AF9312
Complementary color
Monochromatic Colors of #AF9312
Black with #AF9312
Text Example
Text Example
White with #AF9312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9312; }
p { color: rgb(175,147,18); }
H1.HeaderClassName
{
color: #AF9312;
}
.AnyTagClassName
{
color: #AF9312;
}
</style>
background-color css
<style>
a { background-color: #AF9312; }
a { background-color: rgb(175,147,18); }
div.DivClassName
{
background-color: #AF9312;
}
.BgClassName
{
background-color: #AF9312;
}
</style>
border-color css
<style>
span { border-color: #AF9312; }
span { border-color: rgb(175,147,18); }
td.TdClassName
{
border-color: #AF9312;
}
.TagClassName
{
border-color: #AF9312;
}
</style>