Shades of Lucky #AF9B11
Tints of Lucky #AF9B11
RGB
CMYK
RGB Variations
Color information
#AF9B11 (or 0xAF9B11) is known color: Lucky. HEX triplet: AF, 9B and 11. RGB value is (175,155,17). Sum of RGB (Red+Green+Blue) = 175+155+17=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9B11 is #5064EE. Grayscale: #919191. Windows color (decimal): -5268719 or 1153967. OLE color: 1153967.
HSL color Cylindrical-coordinate representation of color #AF9B11: hue angle of 52.41º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF9B11 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 17 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.31 |
| HSL | 52.41º | 0.82% | 0.38% | - |
| HSV(B) | 52.41º | 0.9% | 0.69% | - |
| XYZ | 29.5 | 32.6 | 5.27 | - |
| YUV | 145.25 | 55.63 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 17 | 0 | 0.11 | 0.90 | 0.31 | 52.41 | 0.82 | 0.38 |
| Hex | AF | 9B | 11 | 0 | B | 5A | 1F | 34 | 52 | 26 |
| Octal | 257 | 233 | 21 | 0 | 13 | 132 | 37 | 64 | 122 | 46 |
| Binary | 10101111 | 10011011 | 10001 | 0 | 1011 | 1011010 | 11111 | 110100 | 1010010 | 100110 |
Color Harmonies of #AF9B11
Complementary color
Monochromatic Colors of #AF9B11
Black with #AF9B11
Text Example
Text Example
White with #AF9B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9B11; }
p { color: rgb(175,155,17); }
H1.HeaderClassName
{
color: #AF9B11;
}
.AnyTagClassName
{
color: #AF9B11;
}
</style>
background-color css
<style>
a { background-color: #AF9B11; }
a { background-color: rgb(175,155,17); }
div.DivClassName
{
background-color: #AF9B11;
}
.BgClassName
{
background-color: #AF9B11;
}
</style>
border-color css
<style>
span { border-color: #AF9B11; }
span { border-color: rgb(175,155,17); }
td.TdClassName
{
border-color: #AF9B11;
}
.TagClassName
{
border-color: #AF9B11;
}
</style>