Shades of Lucky #AF9D0B
Tints of Lucky #AF9D0B
RGB
CMYK
RGB Variations
Color information
#AF9D0B (or 0xAF9D0B) is known color: Lucky. HEX triplet: AF, 9D and 0B. RGB value is (175,157,11). Sum of RGB (Red+Green+Blue) = 175+157+11=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9D0B is #5062F4. Grayscale: #929292. Windows color (decimal): -5268213 or 761263. OLE color: 761263.
HSL color Cylindrical-coordinate representation of color #AF9D0B: hue angle of 53.41º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF9D0B is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 11 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.31 |
| HSL | 53.41º | 0.88% | 0.36% | - |
| HSV(B) | 53.41º | 0.94% | 0.69% | - |
| XYZ | 29.8 | 33.25 | 5.16 | - |
| YUV | 145.74 | 51.96 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 11 | 0 | 0.10 | 0.94 | 0.31 | 53.41 | 0.88 | 0.36 |
| Hex | AF | 9D | B | 0 | A | 5E | 1F | 35 | 58 | 24 |
| Octal | 257 | 235 | 13 | 0 | 12 | 136 | 37 | 65 | 130 | 44 |
| Binary | 10101111 | 10011101 | 1011 | 0 | 1010 | 1011110 | 11111 | 110101 | 1011000 | 100100 |
Color Harmonies of #AF9D0B
Complementary color
Monochromatic Colors of #AF9D0B
Black with #AF9D0B
Text Example
Text Example
White with #AF9D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9D0B; }
p { color: rgb(175,157,11); }
H1.HeaderClassName
{
color: #AF9D0B;
}
.AnyTagClassName
{
color: #AF9D0B;
}
</style>
background-color css
<style>
a { background-color: #AF9D0B; }
a { background-color: rgb(175,157,11); }
div.DivClassName
{
background-color: #AF9D0B;
}
.BgClassName
{
background-color: #AF9D0B;
}
</style>
border-color css
<style>
span { border-color: #AF9D0B; }
span { border-color: rgb(175,157,11); }
td.TdClassName
{
border-color: #AF9D0B;
}
.TagClassName
{
border-color: #AF9D0B;
}
</style>