Shades of Lucky #AFA10A
Tints of Lucky #AFA10A
RGB
CMYK
RGB Variations
Color information
#AFA10A (or 0xAFA10A) is known color: Lucky. HEX triplet: AF, A1 and 0A. RGB value is (175,161,10). Sum of RGB (Red+Green+Blue) = 175+161+10=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA10A is #505EF5. Grayscale: #949494. Windows color (decimal): -5267190 or 696751. OLE color: 696751.
HSL color Cylindrical-coordinate representation of color #AFA10A: hue angle of 54.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFA10A is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 10 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.31 |
| HSL | 54.91º | 0.89% | 0.36% | - |
| HSV(B) | 54.91º | 0.94% | 0.69% | - |
| XYZ | 30.48 | 34.63 | 5.36 | - |
| YUV | 147.97 | 50.14 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 10 | 0 | 0.08 | 0.94 | 0.31 | 54.91 | 0.89 | 0.36 |
| Hex | AF | A1 | A | 0 | 8 | 5E | 1F | 37 | 59 | 24 |
| Octal | 257 | 241 | 12 | 0 | 10 | 136 | 37 | 67 | 131 | 44 |
| Binary | 10101111 | 10100001 | 1010 | 0 | 1000 | 1011110 | 11111 | 110111 | 1011001 | 100100 |
Color Harmonies of #AFA10A
Complementary color
Monochromatic Colors of #AFA10A
Black with #AFA10A
Text Example
Text Example
White with #AFA10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA10A; }
p { color: rgb(175,161,10); }
H1.HeaderClassName
{
color: #AFA10A;
}
.AnyTagClassName
{
color: #AFA10A;
}
</style>
background-color css
<style>
a { background-color: #AFA10A; }
a { background-color: rgb(175,161,10); }
div.DivClassName
{
background-color: #AFA10A;
}
.BgClassName
{
background-color: #AFA10A;
}
</style>
border-color css
<style>
span { border-color: #AFA10A; }
span { border-color: rgb(175,161,10); }
td.TdClassName
{
border-color: #AFA10A;
}
.TagClassName
{
border-color: #AFA10A;
}
</style>