Shades of Lucky #AFA200
Tints of Lucky #AFA200
RGB
CMYK
RGB Variations
Color information
#AFA200 (or 0xAFA200) is known color: Lucky. HEX triplet: AF, A2 and 00. RGB value is (175,162,0). Sum of RGB (Red+Green+Blue) = 175+162+0=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA200 is #505DFF. Grayscale: #949494. Windows color (decimal): -5266944 or 41647. OLE color: 41647.
HSL color Cylindrical-coordinate representation of color #AFA200: hue angle of 55.54º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFA200 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.31 |
| HSL | 55.54º | 1% | 0.34% | - |
| HSV(B) | 55.54º | 1% | 0.69% | - |
| XYZ | 30.6 | 34.95 | 5.13 | - |
| YUV | 147.42 | 44.81 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 0 | 0 | 0.07 | 1 | 0.31 | 55.54 | 1 | 0.34 |
| Hex | AF | A2 | 0 | 0 | 7 | 64 | 1F | 38 | 64 | 22 |
| Octal | 257 | 242 | 0 | 0 | 7 | 144 | 37 | 70 | 144 | 42 |
| Binary | 10101111 | 10100010 | 0 | 0 | 111 | 1100100 | 11111 | 111000 | 1100100 | 100010 |
Color Harmonies of #AFA200
Complementary color
Monochromatic Colors of #AFA200
Black with #AFA200
Text Example
Text Example
White with #AFA200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA200; }
p { color: rgb(175,162,0); }
H1.HeaderClassName
{
color: #AFA200;
}
.AnyTagClassName
{
color: #AFA200;
}
</style>
background-color css
<style>
a { background-color: #AFA200; }
a { background-color: rgb(175,162,0); }
div.DivClassName
{
background-color: #AFA200;
}
.BgClassName
{
background-color: #AFA200;
}
</style>
border-color css
<style>
span { border-color: #AFA200; }
span { border-color: rgb(175,162,0); }
td.TdClassName
{
border-color: #AFA200;
}
.TagClassName
{
border-color: #AFA200;
}
</style>