Shades of Lucky #AFA20C
Tints of Lucky #AFA20C
RGB
CMYK
RGB Variations
Color information
#AFA20C (or 0xAFA20C) is known color: Lucky. HEX triplet: AF, A2 and 0C. RGB value is (175,162,12). Sum of RGB (Red+Green+Blue) = 175+162+12=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA20C is #505DF3. Grayscale: #959595. Windows color (decimal): -5266932 or 828079. OLE color: 828079.
HSL color Cylindrical-coordinate representation of color #AFA20C: hue angle of 55.21º degrees, saturation: 0.87, 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 #AFA20C is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 12 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.31 |
| HSL | 55.21º | 0.87% | 0.37% | - |
| HSV(B) | 55.21º | 0.93% | 0.69% | - |
| XYZ | 30.67 | 34.98 | 5.48 | - |
| YUV | 148.79 | 50.81 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 12 | 0 | 0.07 | 0.93 | 0.31 | 55.21 | 0.87 | 0.37 |
| Hex | AF | A2 | C | 0 | 7 | 5D | 1F | 37 | 57 | 25 |
| Octal | 257 | 242 | 14 | 0 | 7 | 135 | 37 | 67 | 127 | 45 |
| Binary | 10101111 | 10100010 | 1100 | 0 | 111 | 1011101 | 11111 | 110111 | 1010111 | 100101 |
Color Harmonies of #AFA20C
Complementary color
Monochromatic Colors of #AFA20C
Black with #AFA20C
Text Example
Text Example
White with #AFA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA20C; }
p { color: rgb(175,162,12); }
H1.HeaderClassName
{
color: #AFA20C;
}
.AnyTagClassName
{
color: #AFA20C;
}
</style>
background-color css
<style>
a { background-color: #AFA20C; }
a { background-color: rgb(175,162,12); }
div.DivClassName
{
background-color: #AFA20C;
}
.BgClassName
{
background-color: #AFA20C;
}
</style>
border-color css
<style>
span { border-color: #AFA20C; }
span { border-color: rgb(175,162,12); }
td.TdClassName
{
border-color: #AFA20C;
}
.TagClassName
{
border-color: #AFA20C;
}
</style>