Shades of Lucky #AF960C
Tints of Lucky #AF960C
RGB
CMYK
RGB Variations
Color information
#AF960C (or 0xAF960C) is known color: Lucky. HEX triplet: AF, 96 and 0C. RGB value is (175,150,12). Sum of RGB (Red+Green+Blue) = 175+150+12=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF960C is #5069F3. Grayscale: #8E8E8E. Windows color (decimal): -5270004 or 825007. OLE color: 825007.
HSL color Cylindrical-coordinate representation of color #AF960C: hue angle of 50.8º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF960C is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 12 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.31 |
| HSL | 50.8º | 0.87% | 0.37% | - |
| HSV(B) | 50.8º | 0.93% | 0.69% | - |
| XYZ | 28.65 | 30.95 | 4.81 | - |
| YUV | 141.74 | 54.78 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 12 | 0 | 0.14 | 0.93 | 0.31 | 50.8 | 0.87 | 0.37 |
| Hex | AF | 96 | C | 0 | E | 5D | 1F | 33 | 57 | 25 |
| Octal | 257 | 226 | 14 | 0 | 16 | 135 | 37 | 63 | 127 | 45 |
| Binary | 10101111 | 10010110 | 1100 | 0 | 1110 | 1011101 | 11111 | 110011 | 1010111 | 100101 |
Color Harmonies of #AF960C
Complementary color
Monochromatic Colors of #AF960C
Black with #AF960C
Text Example
Text Example
White with #AF960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF960C; }
p { color: rgb(175,150,12); }
H1.HeaderClassName
{
color: #AF960C;
}
.AnyTagClassName
{
color: #AF960C;
}
</style>
background-color css
<style>
a { background-color: #AF960C; }
a { background-color: rgb(175,150,12); }
div.DivClassName
{
background-color: #AF960C;
}
.BgClassName
{
background-color: #AF960C;
}
</style>
border-color css
<style>
span { border-color: #AF960C; }
span { border-color: rgb(175,150,12); }
td.TdClassName
{
border-color: #AF960C;
}
.TagClassName
{
border-color: #AF960C;
}
</style>