Shades of Lucky #AF980C
Tints of Lucky #AF980C
RGB
CMYK
RGB Variations
Color information
#AF980C (or 0xAF980C) is known color: Lucky. HEX triplet: AF, 98 and 0C. RGB value is (175,152,12). Sum of RGB (Red+Green+Blue) = 175+152+12=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF980C is #5067F3. Grayscale: #8F8F8F. Windows color (decimal): -5269492 or 825519. OLE color: 825519.
HSL color Cylindrical-coordinate representation of color #AF980C: hue angle of 51.53º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF980C is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 12 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.31 |
| HSL | 51.53º | 0.87% | 0.37% | - |
| HSV(B) | 51.53º | 0.93% | 0.69% | - |
| XYZ | 28.97 | 31.6 | 4.92 | - |
| YUV | 142.92 | 54.12 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 12 | 0 | 0.13 | 0.93 | 0.31 | 51.53 | 0.87 | 0.37 |
| Hex | AF | 98 | C | 0 | D | 5D | 1F | 34 | 57 | 25 |
| Octal | 257 | 230 | 14 | 0 | 15 | 135 | 37 | 64 | 127 | 45 |
| Binary | 10101111 | 10011000 | 1100 | 0 | 1101 | 1011101 | 11111 | 110100 | 1010111 | 100101 |
Color Harmonies of #AF980C
Complementary color
Monochromatic Colors of #AF980C
Black with #AF980C
Text Example
Text Example
White with #AF980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF980C; }
p { color: rgb(175,152,12); }
H1.HeaderClassName
{
color: #AF980C;
}
.AnyTagClassName
{
color: #AF980C;
}
</style>
background-color css
<style>
a { background-color: #AF980C; }
a { background-color: rgb(175,152,12); }
div.DivClassName
{
background-color: #AF980C;
}
.BgClassName
{
background-color: #AF980C;
}
</style>
border-color css
<style>
span { border-color: #AF980C; }
span { border-color: rgb(175,152,12); }
td.TdClassName
{
border-color: #AF980C;
}
.TagClassName
{
border-color: #AF980C;
}
</style>