Shades of Lucky #AFA219
Tints of Lucky #AFA219
RGB
CMYK
RGB Variations
Color information
#AFA219 (or 0xAFA219) is known color: Lucky. HEX triplet: AF, A2 and 19. RGB value is (175,162,25). Sum of RGB (Red+Green+Blue) = 175+162+25=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA219 is #505DE6. Grayscale: #969696. Windows color (decimal): -5266919 or 1680047. OLE color: 1680047.
HSL color Cylindrical-coordinate representation of color #AFA219: hue angle of 54.8º 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 #AFA219 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 25 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.31 |
| HSL | 54.8º | 0.75% | 0.39% | - |
| HSV(B) | 54.8º | 0.86% | 0.69% | - |
| XYZ | 30.78 | 35.02 | 6.06 | - |
| YUV | 150.27 | 57.31 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 25 | 0 | 0.07 | 0.86 | 0.31 | 54.8 | 0.75 | 0.39 |
| Hex | AF | A2 | 19 | 0 | 7 | 56 | 1F | 37 | 4B | 27 |
| Octal | 257 | 242 | 31 | 0 | 7 | 126 | 37 | 67 | 113 | 47 |
| Binary | 10101111 | 10100010 | 11001 | 0 | 111 | 1010110 | 11111 | 110111 | 1001011 | 100111 |
Color Harmonies of #AFA219
Complementary color
Monochromatic Colors of #AFA219
Black with #AFA219
Text Example
Text Example
White with #AFA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA219; }
p { color: rgb(175,162,25); }
H1.HeaderClassName
{
color: #AFA219;
}
.AnyTagClassName
{
color: #AFA219;
}
</style>
background-color css
<style>
a { background-color: #AFA219; }
a { background-color: rgb(175,162,25); }
div.DivClassName
{
background-color: #AFA219;
}
.BgClassName
{
background-color: #AFA219;
}
</style>
border-color css
<style>
span { border-color: #AFA219; }
span { border-color: rgb(175,162,25); }
td.TdClassName
{
border-color: #AFA219;
}
.TagClassName
{
border-color: #AFA219;
}
</style>