Shades of Lucky #AF9F21
Tints of Lucky #AF9F21
RGB
CMYK
RGB Variations
Color information
#AF9F21 (or 0xAF9F21) is known color: Lucky. HEX triplet: AF, 9F and 21. RGB value is (175,159,33). Sum of RGB (Red+Green+Blue) = 175+159+33=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F21 is #5060DE. Grayscale: #959595. Windows color (decimal): -5267679 or 2203567. OLE color: 2203567.
HSL color Cylindrical-coordinate representation of color #AF9F21: hue angle of 53.24º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF9F21 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 159 | 33 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.31 |
| HSL | 53.24º | 0.68% | 0.41% | - |
| HSV(B) | 53.24º | 0.81% | 0.69% | - |
| XYZ | 30.35 | 34.02 | 6.41 | - |
| YUV | 149.42 | 62.3 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 33 | 0 | 0.09 | 0.81 | 0.31 | 53.24 | 0.68 | 0.41 |
| Hex | AF | 9F | 21 | 0 | 9 | 51 | 1F | 35 | 44 | 29 |
| Octal | 257 | 237 | 41 | 0 | 11 | 121 | 37 | 65 | 104 | 51 |
| Binary | 10101111 | 10011111 | 100001 | 0 | 1001 | 1010001 | 11111 | 110101 | 1000100 | 101001 |
Color Harmonies of #AF9F21
Complementary color
Monochromatic Colors of #AF9F21
Black with #AF9F21
Text Example
Text Example
White with #AF9F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F21; }
p { color: rgb(175,159,33); }
H1.HeaderClassName
{
color: #AF9F21;
}
.AnyTagClassName
{
color: #AF9F21;
}
</style>
background-color css
<style>
a { background-color: #AF9F21; }
a { background-color: rgb(175,159,33); }
div.DivClassName
{
background-color: #AF9F21;
}
.BgClassName
{
background-color: #AF9F21;
}
</style>
border-color css
<style>
span { border-color: #AF9F21; }
span { border-color: rgb(175,159,33); }
td.TdClassName
{
border-color: #AF9F21;
}
.TagClassName
{
border-color: #AF9F21;
}
</style>