Shades of Lucky #AF941B
Tints of Lucky #AF941B
RGB
CMYK
RGB Variations
Color information
#AF941B (or 0xAF941B) is known color: Lucky. HEX triplet: AF, 94 and 1B. RGB value is (175,148,27). Sum of RGB (Red+Green+Blue) = 175+148+27=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF941B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF941B is #506BE4. Grayscale: #8E8E8E. Windows color (decimal): -5270501 or 1807535. OLE color: 1807535.
HSL color Cylindrical-coordinate representation of color #AF941B: hue angle of 49.05º 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 #AF941B is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 27 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.31 |
| HSL | 49.05º | 0.73% | 0.4% | - |
| HSV(B) | 49.05º | 0.85% | 0.69% | - |
| XYZ | 28.47 | 30.37 | 5.4 | - |
| YUV | 142.28 | 62.95 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 27 | 0 | 0.15 | 0.85 | 0.31 | 49.05 | 0.73 | 0.4 |
| Hex | AF | 94 | 1B | 0 | F | 55 | 1F | 31 | 49 | 28 |
| Octal | 257 | 224 | 33 | 0 | 17 | 125 | 37 | 61 | 111 | 50 |
| Binary | 10101111 | 10010100 | 11011 | 0 | 1111 | 1010101 | 11111 | 110001 | 1001001 | 101000 |
Color Harmonies of #AF941B
Complementary color
Monochromatic Colors of #AF941B
Black with #AF941B
Text Example
Text Example
White with #AF941B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF941B; }
p { color: rgb(175,148,27); }
H1.HeaderClassName
{
color: #AF941B;
}
.AnyTagClassName
{
color: #AF941B;
}
</style>
background-color css
<style>
a { background-color: #AF941B; }
a { background-color: rgb(175,148,27); }
div.DivClassName
{
background-color: #AF941B;
}
.BgClassName
{
background-color: #AF941B;
}
</style>
border-color css
<style>
span { border-color: #AF941B; }
span { border-color: rgb(175,148,27); }
td.TdClassName
{
border-color: #AF941B;
}
.TagClassName
{
border-color: #AF941B;
}
</style>