Shades of Lucky #AFA60D
Tints of Lucky #AFA60D
RGB
CMYK
RGB Variations
Color information
#AFA60D (or 0xAFA60D) is known color: Lucky. HEX triplet: AF, A6 and 0D. RGB value is (175,166,13). Sum of RGB (Red+Green+Blue) = 175+166+13=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA60D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA60D is #5059F2. Grayscale: #979797. Windows color (decimal): -5265907 or 894639. OLE color: 894639.
HSL color Cylindrical-coordinate representation of color #AFA60D: hue angle of 56.67º degrees, saturation: 0.86, 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 #AFA60D is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 13 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.31 |
| HSL | 56.67º | 0.86% | 0.37% | - |
| HSV(B) | 56.67º | 0.93% | 0.69% | - |
| XYZ | 31.39 | 36.42 | 5.76 | - |
| YUV | 151.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 13 | 0 | 0.05 | 0.93 | 0.31 | 56.67 | 0.86 | 0.37 |
| Hex | AF | A6 | D | 0 | 5 | 5D | 1F | 39 | 56 | 25 |
| Octal | 257 | 246 | 15 | 0 | 5 | 135 | 37 | 71 | 126 | 45 |
| Binary | 10101111 | 10100110 | 1101 | 0 | 101 | 1011101 | 11111 | 111001 | 1010110 | 100101 |
Color Harmonies of #AFA60D
Complementary color
Monochromatic Colors of #AFA60D
Black with #AFA60D
Text Example
Text Example
White with #AFA60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA60D; }
p { color: rgb(175,166,13); }
H1.HeaderClassName
{
color: #AFA60D;
}
.AnyTagClassName
{
color: #AFA60D;
}
</style>
background-color css
<style>
a { background-color: #AFA60D; }
a { background-color: rgb(175,166,13); }
div.DivClassName
{
background-color: #AFA60D;
}
.BgClassName
{
background-color: #AFA60D;
}
</style>
border-color css
<style>
span { border-color: #AFA60D; }
span { border-color: rgb(175,166,13); }
td.TdClassName
{
border-color: #AFA60D;
}
.TagClassName
{
border-color: #AFA60D;
}
</style>