Shades of Lucky #AFA107
Tints of Lucky #AFA107
RGB
CMYK
RGB Variations
Color information
#AFA107 (or 0xAFA107) is known color: Lucky. HEX triplet: AF, A1 and 07. RGB value is (175,161,7). Sum of RGB (Red+Green+Blue) = 175+161+7=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA107 is #505EF8. Grayscale: #949494. Windows color (decimal): -5267193 or 500143. OLE color: 500143.
HSL color Cylindrical-coordinate representation of color #AFA107: hue angle of 55º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFA107 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 7 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.31 |
| HSL | 55º | 0.92% | 0.36% | - |
| HSV(B) | 55º | 0.96% | 0.69% | - |
| XYZ | 30.46 | 34.62 | 5.28 | - |
| YUV | 147.63 | 48.64 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 7 | 0 | 0.08 | 0.96 | 0.31 | 55 | 0.92 | 0.36 |
| Hex | AF | A1 | 7 | 0 | 8 | 60 | 1F | 37 | 5C | 24 |
| Octal | 257 | 241 | 7 | 0 | 10 | 140 | 37 | 67 | 134 | 44 |
| Binary | 10101111 | 10100001 | 111 | 0 | 1000 | 1100000 | 11111 | 110111 | 1011100 | 100100 |
Color Harmonies of #AFA107
Complementary color
Monochromatic Colors of #AFA107
Black with #AFA107
Text Example
Text Example
White with #AFA107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA107; }
p { color: rgb(175,161,7); }
H1.HeaderClassName
{
color: #AFA107;
}
.AnyTagClassName
{
color: #AFA107;
}
</style>
background-color css
<style>
a { background-color: #AFA107; }
a { background-color: rgb(175,161,7); }
div.DivClassName
{
background-color: #AFA107;
}
.BgClassName
{
background-color: #AFA107;
}
</style>
border-color css
<style>
span { border-color: #AFA107; }
span { border-color: rgb(175,161,7); }
td.TdClassName
{
border-color: #AFA107;
}
.TagClassName
{
border-color: #AFA107;
}
</style>