Shades of Lucky #AFA400
Tints of Lucky #AFA400
RGB
CMYK
RGB Variations
Color information
#AFA400 (or 0xAFA400) is known color: Lucky. HEX triplet: AF, A4 and 00. RGB value is (175,164,0). Sum of RGB (Red+Green+Blue) = 175+164+0=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA400 is #505BFF. Grayscale: #959595. Windows color (decimal): -5266432 or 42159. OLE color: 42159.
HSL color Cylindrical-coordinate representation of color #AFA400: hue angle of 56.23º 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 #AFA400 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.31 |
| HSL | 56.23º | 1% | 0.34% | - |
| HSV(B) | 56.23º | 1% | 0.69% | - |
| XYZ | 30.95 | 35.66 | 5.25 | - |
| YUV | 148.59 | 44.14 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 0 | 0 | 0.06 | 1 | 0.31 | 56.23 | 1 | 0.34 |
| Hex | AF | A4 | 0 | 0 | 6 | 64 | 1F | 38 | 64 | 22 |
| Octal | 257 | 244 | 0 | 0 | 6 | 144 | 37 | 70 | 144 | 42 |
| Binary | 10101111 | 10100100 | 0 | 0 | 110 | 1100100 | 11111 | 111000 | 1100100 | 100010 |
Color Harmonies of #AFA400
Complementary color
Monochromatic Colors of #AFA400
Black with #AFA400
Text Example
Text Example
White with #AFA400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA400; }
p { color: rgb(175,164,0); }
H1.HeaderClassName
{
color: #AFA400;
}
.AnyTagClassName
{
color: #AFA400;
}
</style>
background-color css
<style>
a { background-color: #AFA400; }
a { background-color: rgb(175,164,0); }
div.DivClassName
{
background-color: #AFA400;
}
.BgClassName
{
background-color: #AFA400;
}
</style>
border-color css
<style>
span { border-color: #AFA400; }
span { border-color: rgb(175,164,0); }
td.TdClassName
{
border-color: #AFA400;
}
.TagClassName
{
border-color: #AFA400;
}
</style>