Shades of Lucky #AF9903
Tints of Lucky #AF9903
RGB
CMYK
RGB Variations
Color information
#AF9903 (or 0xAF9903) is known color: Lucky. HEX triplet: AF, 99 and 03. RGB value is (175,153,3). Sum of RGB (Red+Green+Blue) = 175+153+3=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9903 is #5066FC. Grayscale: #8F8F8F. Windows color (decimal): -5269245 or 235951. OLE color: 235951.
HSL color Cylindrical-coordinate representation of color #AF9903: hue angle of 52.33º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF9903 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 3 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.31 |
| HSL | 52.33º | 0.97% | 0.35% | - |
| HSV(B) | 52.33º | 0.98% | 0.69% | - |
| XYZ | 29.09 | 31.9 | 4.71 | - |
| YUV | 142.48 | 49.29 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 3 | 0 | 0.13 | 0.98 | 0.31 | 52.33 | 0.97 | 0.35 |
| Hex | AF | 99 | 3 | 0 | D | 62 | 1F | 34 | 61 | 23 |
| Octal | 257 | 231 | 3 | 0 | 15 | 142 | 37 | 64 | 141 | 43 |
| Binary | 10101111 | 10011001 | 11 | 0 | 1101 | 1100010 | 11111 | 110100 | 1100001 | 100011 |
Color Harmonies of #AF9903
Complementary color
Monochromatic Colors of #AF9903
Black with #AF9903
Text Example
Text Example
White with #AF9903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9903; }
p { color: rgb(175,153,3); }
H1.HeaderClassName
{
color: #AF9903;
}
.AnyTagClassName
{
color: #AF9903;
}
</style>
background-color css
<style>
a { background-color: #AF9903; }
a { background-color: rgb(175,153,3); }
div.DivClassName
{
background-color: #AF9903;
}
.BgClassName
{
background-color: #AF9903;
}
</style>
border-color css
<style>
span { border-color: #AF9903; }
span { border-color: rgb(175,153,3); }
td.TdClassName
{
border-color: #AF9903;
}
.TagClassName
{
border-color: #AF9903;
}
</style>