Shades of Lucky #AF9905
Tints of Lucky #AF9905
RGB
CMYK
RGB Variations
Color information
#AF9905 (or 0xAF9905) is known color: Lucky. HEX triplet: AF, 99 and 05. RGB value is (175,153,5). Sum of RGB (Red+Green+Blue) = 175+153+5=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9905 is #5066FA. Grayscale: #8F8F8F. Windows color (decimal): -5269243 or 367023. OLE color: 367023.
HSL color Cylindrical-coordinate representation of color #AF9905: hue angle of 52.24º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF9905 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 5 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.31 |
| HSL | 52.24º | 0.94% | 0.35% | - |
| HSV(B) | 52.24º | 0.97% | 0.69% | - |
| XYZ | 29.1 | 31.91 | 4.77 | - |
| YUV | 142.71 | 50.29 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 5 | 0 | 0.13 | 0.97 | 0.31 | 52.24 | 0.94 | 0.35 |
| Hex | AF | 99 | 5 | 0 | D | 61 | 1F | 34 | 5E | 23 |
| Octal | 257 | 231 | 5 | 0 | 15 | 141 | 37 | 64 | 136 | 43 |
| Binary | 10101111 | 10011001 | 101 | 0 | 1101 | 1100001 | 11111 | 110100 | 1011110 | 100011 |
Color Harmonies of #AF9905
Complementary color
Monochromatic Colors of #AF9905
Black with #AF9905
Text Example
Text Example
White with #AF9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9905; }
p { color: rgb(175,153,5); }
H1.HeaderClassName
{
color: #AF9905;
}
.AnyTagClassName
{
color: #AF9905;
}
</style>
background-color css
<style>
a { background-color: #AF9905; }
a { background-color: rgb(175,153,5); }
div.DivClassName
{
background-color: #AF9905;
}
.BgClassName
{
background-color: #AF9905;
}
</style>
border-color css
<style>
span { border-color: #AF9905; }
span { border-color: rgb(175,153,5); }
td.TdClassName
{
border-color: #AF9905;
}
.TagClassName
{
border-color: #AF9905;
}
</style>