Shades of Lucky #AF980A
Tints of Lucky #AF980A
RGB
CMYK
RGB Variations
Color information
#AF980A (or 0xAF980A) is known color: Lucky. HEX triplet: AF, 98 and 0A. RGB value is (175,152,10). Sum of RGB (Red+Green+Blue) = 175+152+10=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF980A is #5067F5. Grayscale: #8F8F8F. Windows color (decimal): -5269494 or 694447. OLE color: 694447.
HSL color Cylindrical-coordinate representation of color #AF980A: hue angle of 51.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF980A is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 10 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.31 |
| HSL | 51.64º | 0.89% | 0.36% | - |
| HSV(B) | 51.64º | 0.94% | 0.69% | - |
| XYZ | 28.96 | 31.59 | 4.86 | - |
| YUV | 142.69 | 53.12 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 10 | 0 | 0.13 | 0.94 | 0.31 | 51.64 | 0.89 | 0.36 |
| Hex | AF | 98 | A | 0 | D | 5E | 1F | 34 | 59 | 24 |
| Octal | 257 | 230 | 12 | 0 | 15 | 136 | 37 | 64 | 131 | 44 |
| Binary | 10101111 | 10011000 | 1010 | 0 | 1101 | 1011110 | 11111 | 110100 | 1011001 | 100100 |
Color Harmonies of #AF980A
Complementary color
Monochromatic Colors of #AF980A
Black with #AF980A
Text Example
Text Example
White with #AF980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF980A; }
p { color: rgb(175,152,10); }
H1.HeaderClassName
{
color: #AF980A;
}
.AnyTagClassName
{
color: #AF980A;
}
</style>
background-color css
<style>
a { background-color: #AF980A; }
a { background-color: rgb(175,152,10); }
div.DivClassName
{
background-color: #AF980A;
}
.BgClassName
{
background-color: #AF980A;
}
</style>
border-color css
<style>
span { border-color: #AF980A; }
span { border-color: rgb(175,152,10); }
td.TdClassName
{
border-color: #AF980A;
}
.TagClassName
{
border-color: #AF980A;
}
</style>