Shades of Lucky #AFA80E
Tints of Lucky #AFA80E
RGB
CMYK
RGB Variations
Color information
#AFA80E (or 0xAFA80E) is known color: Lucky. HEX triplet: AF, A8 and 0E. RGB value is (175,168,14). Sum of RGB (Red+Green+Blue) = 175+168+14=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA80E is #5057F1. Grayscale: #999999. Windows color (decimal): -5265394 or 960687. OLE color: 960687.
HSL color Cylindrical-coordinate representation of color #AFA80E: hue angle of 57.39º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFA80E is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 14 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.31 |
| HSL | 57.39º | 0.85% | 0.37% | - |
| HSV(B) | 57.39º | 0.92% | 0.69% | - |
| XYZ | 31.76 | 37.15 | 5.91 | - |
| YUV | 152.54 | 49.82 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 14 | 0 | 0.04 | 0.92 | 0.31 | 57.39 | 0.85 | 0.37 |
| Hex | AF | A8 | E | 0 | 4 | 5C | 1F | 39 | 55 | 25 |
| Octal | 257 | 250 | 16 | 0 | 4 | 134 | 37 | 71 | 125 | 45 |
| Binary | 10101111 | 10101000 | 1110 | 0 | 100 | 1011100 | 11111 | 111001 | 1010101 | 100101 |
Color Harmonies of #AFA80E
Complementary color
Monochromatic Colors of #AFA80E
Black with #AFA80E
Text Example
Text Example
White with #AFA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA80E; }
p { color: rgb(175,168,14); }
H1.HeaderClassName
{
color: #AFA80E;
}
.AnyTagClassName
{
color: #AFA80E;
}
</style>
background-color css
<style>
a { background-color: #AFA80E; }
a { background-color: rgb(175,168,14); }
div.DivClassName
{
background-color: #AFA80E;
}
.BgClassName
{
background-color: #AFA80E;
}
</style>
border-color css
<style>
span { border-color: #AFA80E; }
span { border-color: rgb(175,168,14); }
td.TdClassName
{
border-color: #AFA80E;
}
.TagClassName
{
border-color: #AFA80E;
}
</style>