Shades of Lucky #AF981E
Tints of Lucky #AF981E
RGB
CMYK
RGB Variations
Color information
#AF981E (or 0xAF981E) is known color: Lucky. HEX triplet: AF, 98 and 1E. RGB value is (175,152,30). Sum of RGB (Red+Green+Blue) = 175+152+30=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF981E is #5067E1. Grayscale: #919191. Windows color (decimal): -5269474 or 2005167. OLE color: 2005167.
HSL color Cylindrical-coordinate representation of color #AF981E: hue angle of 50.48º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF981E is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 30 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.31 |
| HSL | 50.48º | 0.71% | 0.4% | - |
| HSV(B) | 50.48º | 0.83% | 0.69% | - |
| XYZ | 29.14 | 31.66 | 5.8 | - |
| YUV | 144.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 30 | 0 | 0.13 | 0.83 | 0.31 | 50.48 | 0.71 | 0.4 |
| Hex | AF | 98 | 1E | 0 | D | 53 | 1F | 32 | 47 | 28 |
| Octal | 257 | 230 | 36 | 0 | 15 | 123 | 37 | 62 | 107 | 50 |
| Binary | 10101111 | 10011000 | 11110 | 0 | 1101 | 1010011 | 11111 | 110010 | 1000111 | 101000 |
Color Harmonies of #AF981E
Complementary color
Monochromatic Colors of #AF981E
Black with #AF981E
Text Example
Text Example
White with #AF981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF981E; }
p { color: rgb(175,152,30); }
H1.HeaderClassName
{
color: #AF981E;
}
.AnyTagClassName
{
color: #AF981E;
}
</style>
background-color css
<style>
a { background-color: #AF981E; }
a { background-color: rgb(175,152,30); }
div.DivClassName
{
background-color: #AF981E;
}
.BgClassName
{
background-color: #AF981E;
}
</style>
border-color css
<style>
span { border-color: #AF981E; }
span { border-color: rgb(175,152,30); }
td.TdClassName
{
border-color: #AF981E;
}
.TagClassName
{
border-color: #AF981E;
}
</style>