Shades of Lucky #AF960F
Tints of Lucky #AF960F
RGB
CMYK
RGB Variations
Color information
#AF960F (or 0xAF960F) is known color: Lucky. HEX triplet: AF, 96 and 0F. RGB value is (175,150,15). Sum of RGB (Red+Green+Blue) = 175+150+15=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF960F is #5069F0. Grayscale: #8E8E8E. Windows color (decimal): -5270001 or 1021615. OLE color: 1021615.
HSL color Cylindrical-coordinate representation of color #AF960F: hue angle of 50.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF960F is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 15 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.31 |
| HSL | 50.63º | 0.84% | 0.37% | - |
| HSV(B) | 50.63º | 0.91% | 0.69% | - |
| XYZ | 28.67 | 30.96 | 4.92 | - |
| YUV | 142.09 | 56.28 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 15 | 0 | 0.14 | 0.91 | 0.31 | 50.63 | 0.84 | 0.37 |
| Hex | AF | 96 | F | 0 | E | 5B | 1F | 33 | 54 | 25 |
| Octal | 257 | 226 | 17 | 0 | 16 | 133 | 37 | 63 | 124 | 45 |
| Binary | 10101111 | 10010110 | 1111 | 0 | 1110 | 1011011 | 11111 | 110011 | 1010100 | 100101 |
Color Harmonies of #AF960F
Complementary color
Monochromatic Colors of #AF960F
Black with #AF960F
Text Example
Text Example
White with #AF960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF960F; }
p { color: rgb(175,150,15); }
H1.HeaderClassName
{
color: #AF960F;
}
.AnyTagClassName
{
color: #AF960F;
}
</style>
background-color css
<style>
a { background-color: #AF960F; }
a { background-color: rgb(175,150,15); }
div.DivClassName
{
background-color: #AF960F;
}
.BgClassName
{
background-color: #AF960F;
}
</style>
border-color css
<style>
span { border-color: #AF960F; }
span { border-color: rgb(175,150,15); }
td.TdClassName
{
border-color: #AF960F;
}
.TagClassName
{
border-color: #AF960F;
}
</style>