Shades of Lucky #AFA419
Tints of Lucky #AFA419
RGB
CMYK
RGB Variations
Color information
#AFA419 (or 0xAFA419) is known color: Lucky. HEX triplet: AF, A4 and 19. RGB value is (175,164,25). Sum of RGB (Red+Green+Blue) = 175+164+25=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA419 is #505BE6. Grayscale: #989898. Windows color (decimal): -5266407 or 1680559. OLE color: 1680559.
HSL color Cylindrical-coordinate representation of color #AFA419: hue angle of 55.6º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFA419 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 25 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.31 |
| HSL | 55.6º | 0.75% | 0.39% | - |
| HSV(B) | 55.6º | 0.86% | 0.69% | - |
| XYZ | 31.13 | 35.74 | 6.18 | - |
| YUV | 151.44 | 56.64 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 25 | 0 | 0.06 | 0.86 | 0.31 | 55.6 | 0.75 | 0.39 |
| Hex | AF | A4 | 19 | 0 | 6 | 56 | 1F | 38 | 4B | 27 |
| Octal | 257 | 244 | 31 | 0 | 6 | 126 | 37 | 70 | 113 | 47 |
| Binary | 10101111 | 10100100 | 11001 | 0 | 110 | 1010110 | 11111 | 111000 | 1001011 | 100111 |
Color Harmonies of #AFA419
Complementary color
Monochromatic Colors of #AFA419
Black with #AFA419
Text Example
Text Example
White with #AFA419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA419; }
p { color: rgb(175,164,25); }
H1.HeaderClassName
{
color: #AFA419;
}
.AnyTagClassName
{
color: #AFA419;
}
</style>
background-color css
<style>
a { background-color: #AFA419; }
a { background-color: rgb(175,164,25); }
div.DivClassName
{
background-color: #AFA419;
}
.BgClassName
{
background-color: #AFA419;
}
</style>
border-color css
<style>
span { border-color: #AFA419; }
span { border-color: rgb(175,164,25); }
td.TdClassName
{
border-color: #AFA419;
}
.TagClassName
{
border-color: #AFA419;
}
</style>