Shades of Lucky #AF961B
Tints of Lucky #AF961B
RGB
CMYK
RGB Variations
Color information
#AF961B (or 0xAF961B) is known color: Lucky. HEX triplet: AF, 96 and 1B. RGB value is (175,150,27). Sum of RGB (Red+Green+Blue) = 175+150+27=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF961B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF961B is #5069E4. Grayscale: #8F8F8F. Windows color (decimal): -5269989 or 1808047. OLE color: 1808047.
HSL color Cylindrical-coordinate representation of color #AF961B: hue angle of 49.86º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF961B is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 27 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.31 |
| HSL | 49.86º | 0.73% | 0.4% | - |
| HSV(B) | 49.86º | 0.85% | 0.69% | - |
| XYZ | 28.78 | 31.01 | 5.5 | - |
| YUV | 143.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 27 | 0 | 0.14 | 0.85 | 0.31 | 49.86 | 0.73 | 0.4 |
| Hex | AF | 96 | 1B | 0 | E | 55 | 1F | 32 | 49 | 28 |
| Octal | 257 | 226 | 33 | 0 | 16 | 125 | 37 | 62 | 111 | 50 |
| Binary | 10101111 | 10010110 | 11011 | 0 | 1110 | 1010101 | 11111 | 110010 | 1001001 | 101000 |
Color Harmonies of #AF961B
Complementary color
Monochromatic Colors of #AF961B
Black with #AF961B
Text Example
Text Example
White with #AF961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF961B; }
p { color: rgb(175,150,27); }
H1.HeaderClassName
{
color: #AF961B;
}
.AnyTagClassName
{
color: #AF961B;
}
</style>
background-color css
<style>
a { background-color: #AF961B; }
a { background-color: rgb(175,150,27); }
div.DivClassName
{
background-color: #AF961B;
}
.BgClassName
{
background-color: #AF961B;
}
</style>
border-color css
<style>
span { border-color: #AF961B; }
span { border-color: rgb(175,150,27); }
td.TdClassName
{
border-color: #AF961B;
}
.TagClassName
{
border-color: #AF961B;
}
</style>