Shades of Lucky #AFA204
Tints of Lucky #AFA204
RGB
CMYK
RGB Variations
Color information
#AFA204 (or 0xAFA204) is known color: Lucky. HEX triplet: AF, A2 and 04. RGB value is (175,162,4). Sum of RGB (Red+Green+Blue) = 175+162+4=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA204 is #505DFB. Grayscale: #949494. Windows color (decimal): -5266940 or 303791. OLE color: 303791.
HSL color Cylindrical-coordinate representation of color #AFA204: hue angle of 55.44º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFA204 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 4 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.31 |
| HSL | 55.44º | 0.96% | 0.35% | - |
| HSV(B) | 55.44º | 0.98% | 0.69% | - |
| XYZ | 30.62 | 34.96 | 5.25 | - |
| YUV | 147.88 | 46.81 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 4 | 0 | 0.07 | 0.98 | 0.31 | 55.44 | 0.96 | 0.35 |
| Hex | AF | A2 | 4 | 0 | 7 | 62 | 1F | 37 | 60 | 23 |
| Octal | 257 | 242 | 4 | 0 | 7 | 142 | 37 | 67 | 140 | 43 |
| Binary | 10101111 | 10100010 | 100 | 0 | 111 | 1100010 | 11111 | 110111 | 1100000 | 100011 |
Color Harmonies of #AFA204
Complementary color
Monochromatic Colors of #AFA204
Black with #AFA204
Text Example
Text Example
White with #AFA204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA204; }
p { color: rgb(175,162,4); }
H1.HeaderClassName
{
color: #AFA204;
}
.AnyTagClassName
{
color: #AFA204;
}
</style>
background-color css
<style>
a { background-color: #AFA204; }
a { background-color: rgb(175,162,4); }
div.DivClassName
{
background-color: #AFA204;
}
.BgClassName
{
background-color: #AFA204;
}
</style>
border-color css
<style>
span { border-color: #AFA204; }
span { border-color: rgb(175,162,4); }
td.TdClassName
{
border-color: #AFA204;
}
.TagClassName
{
border-color: #AFA204;
}
</style>