Shades of Lucky #AF960B
Tints of Lucky #AF960B
RGB
CMYK
RGB Variations
Color information
#AF960B (or 0xAF960B) is known color: Lucky. HEX triplet: AF, 96 and 0B. RGB value is (175,150,11). Sum of RGB (Red+Green+Blue) = 175+150+11=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF960B is #5069F4. Grayscale: #8E8E8E. Windows color (decimal): -5270005 or 759471. OLE color: 759471.
HSL color Cylindrical-coordinate representation of color #AF960B: hue angle of 50.85º 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 #AF960B is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 11 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.31 |
| HSL | 50.85º | 0.88% | 0.36% | - |
| HSV(B) | 50.85º | 0.94% | 0.69% | - |
| XYZ | 28.65 | 30.95 | 4.78 | - |
| YUV | 141.63 | 54.28 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 11 | 0 | 0.14 | 0.94 | 0.31 | 50.85 | 0.88 | 0.36 |
| Hex | AF | 96 | B | 0 | E | 5E | 1F | 33 | 58 | 24 |
| Octal | 257 | 226 | 13 | 0 | 16 | 136 | 37 | 63 | 130 | 44 |
| Binary | 10101111 | 10010110 | 1011 | 0 | 1110 | 1011110 | 11111 | 110011 | 1011000 | 100100 |
Color Harmonies of #AF960B
Complementary color
Monochromatic Colors of #AF960B
Black with #AF960B
Text Example
Text Example
White with #AF960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF960B; }
p { color: rgb(175,150,11); }
H1.HeaderClassName
{
color: #AF960B;
}
.AnyTagClassName
{
color: #AF960B;
}
</style>
background-color css
<style>
a { background-color: #AF960B; }
a { background-color: rgb(175,150,11); }
div.DivClassName
{
background-color: #AF960B;
}
.BgClassName
{
background-color: #AF960B;
}
</style>
border-color css
<style>
span { border-color: #AF960B; }
span { border-color: rgb(175,150,11); }
td.TdClassName
{
border-color: #AF960B;
}
.TagClassName
{
border-color: #AF960B;
}
</style>