Shades of Lucky #AFA40E
Tints of Lucky #AFA40E
RGB
CMYK
RGB Variations
Color information
#AFA40E (or 0xAFA40E) is known color: Lucky. HEX triplet: AF, A4 and 0E. RGB value is (175,164,14). Sum of RGB (Red+Green+Blue) = 175+164+14=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA40E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA40E is #505BF1. Grayscale: #969696. Windows color (decimal): -5266418 or 959663. OLE color: 959663.
HSL color Cylindrical-coordinate representation of color #AFA40E: hue angle of 55.9º 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 #AFA40E is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 14 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.31 |
| HSL | 55.9º | 0.85% | 0.37% | - |
| HSV(B) | 55.9º | 0.92% | 0.69% | - |
| XYZ | 31.03 | 35.7 | 5.67 | - |
| YUV | 150.19 | 51.14 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 14 | 0 | 0.06 | 0.92 | 0.31 | 55.9 | 0.85 | 0.37 |
| Hex | AF | A4 | E | 0 | 6 | 5C | 1F | 38 | 55 | 25 |
| Octal | 257 | 244 | 16 | 0 | 6 | 134 | 37 | 70 | 125 | 45 |
| Binary | 10101111 | 10100100 | 1110 | 0 | 110 | 1011100 | 11111 | 111000 | 1010101 | 100101 |
Color Harmonies of #AFA40E
Complementary color
Monochromatic Colors of #AFA40E
Black with #AFA40E
Text Example
Text Example
White with #AFA40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA40E; }
p { color: rgb(175,164,14); }
H1.HeaderClassName
{
color: #AFA40E;
}
.AnyTagClassName
{
color: #AFA40E;
}
</style>
background-color css
<style>
a { background-color: #AFA40E; }
a { background-color: rgb(175,164,14); }
div.DivClassName
{
background-color: #AFA40E;
}
.BgClassName
{
background-color: #AFA40E;
}
</style>
border-color css
<style>
span { border-color: #AFA40E; }
span { border-color: rgb(175,164,14); }
td.TdClassName
{
border-color: #AFA40E;
}
.TagClassName
{
border-color: #AFA40E;
}
</style>