Shades of Lucky #AF9C0B
Tints of Lucky #AF9C0B
RGB
CMYK
RGB Variations
Color information
#AF9C0B (or 0xAF9C0B) is known color: Lucky. HEX triplet: AF, 9C and 0B. RGB value is (175,156,11). Sum of RGB (Red+Green+Blue) = 175+156+11=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9C0B is #5063F4. Grayscale: #919191. Windows color (decimal): -5268469 or 761007. OLE color: 761007.
HSL color Cylindrical-coordinate representation of color #AF9C0B: hue angle of 53.05º 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 #AF9C0B is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 11 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.31 |
| HSL | 53.05º | 0.88% | 0.36% | - |
| HSV(B) | 53.05º | 0.94% | 0.69% | - |
| XYZ | 29.63 | 32.92 | 5.11 | - |
| YUV | 145.15 | 52.29 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 11 | 0 | 0.11 | 0.94 | 0.31 | 53.05 | 0.88 | 0.36 |
| Hex | AF | 9C | B | 0 | B | 5E | 1F | 35 | 58 | 24 |
| Octal | 257 | 234 | 13 | 0 | 13 | 136 | 37 | 65 | 130 | 44 |
| Binary | 10101111 | 10011100 | 1011 | 0 | 1011 | 1011110 | 11111 | 110101 | 1011000 | 100100 |
Color Harmonies of #AF9C0B
Complementary color
Monochromatic Colors of #AF9C0B
Black with #AF9C0B
Text Example
Text Example
White with #AF9C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C0B; }
p { color: rgb(175,156,11); }
H1.HeaderClassName
{
color: #AF9C0B;
}
.AnyTagClassName
{
color: #AF9C0B;
}
</style>
background-color css
<style>
a { background-color: #AF9C0B; }
a { background-color: rgb(175,156,11); }
div.DivClassName
{
background-color: #AF9C0B;
}
.BgClassName
{
background-color: #AF9C0B;
}
</style>
border-color css
<style>
span { border-color: #AF9C0B; }
span { border-color: rgb(175,156,11); }
td.TdClassName
{
border-color: #AF9C0B;
}
.TagClassName
{
border-color: #AF9C0B;
}
</style>