Shades of Lucky #AF9616
Tints of Lucky #AF9616
RGB
CMYK
RGB Variations
Color information
#AF9616 (or 0xAF9616) is known color: Lucky. HEX triplet: AF, 96 and 16. RGB value is (175,150,22). Sum of RGB (Red+Green+Blue) = 175+150+22=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9616 is #5069E9. Grayscale: #8F8F8F. Windows color (decimal): -5269994 or 1480367. OLE color: 1480367.
HSL color Cylindrical-coordinate representation of color #AF9616: hue angle of 50.2º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF9616 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 22 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.31 |
| HSL | 50.2º | 0.78% | 0.39% | - |
| HSV(B) | 50.2º | 0.87% | 0.69% | - |
| XYZ | 28.73 | 30.98 | 5.23 | - |
| YUV | 142.88 | 59.78 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 22 | 0 | 0.14 | 0.87 | 0.31 | 50.2 | 0.78 | 0.39 |
| Hex | AF | 96 | 16 | 0 | E | 57 | 1F | 32 | 4E | 27 |
| Octal | 257 | 226 | 26 | 0 | 16 | 127 | 37 | 62 | 116 | 47 |
| Binary | 10101111 | 10010110 | 10110 | 0 | 1110 | 1010111 | 11111 | 110010 | 1001110 | 100111 |
Color Harmonies of #AF9616
Complementary color
Monochromatic Colors of #AF9616
Black with #AF9616
Text Example
Text Example
White with #AF9616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9616; }
p { color: rgb(175,150,22); }
H1.HeaderClassName
{
color: #AF9616;
}
.AnyTagClassName
{
color: #AF9616;
}
</style>
background-color css
<style>
a { background-color: #AF9616; }
a { background-color: rgb(175,150,22); }
div.DivClassName
{
background-color: #AF9616;
}
.BgClassName
{
background-color: #AF9616;
}
</style>
border-color css
<style>
span { border-color: #AF9616; }
span { border-color: rgb(175,150,22); }
td.TdClassName
{
border-color: #AF9616;
}
.TagClassName
{
border-color: #AF9616;
}
</style>