Shades of Lucky #AF921F
Tints of Lucky #AF921F
RGB
CMYK
RGB Variations
Color information
#AF921F (or 0xAF921F) is known color: Lucky. HEX triplet: AF, 92 and 1F. RGB value is (175,146,31). Sum of RGB (Red+Green+Blue) = 175+146+31=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF921F is #506DE0. Grayscale: #8E8E8E. Windows color (decimal): -5271009 or 2069167. OLE color: 2069167.
HSL color Cylindrical-coordinate representation of color #AF921F: hue angle of 47.92º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF921F is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 31 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.31 |
| HSL | 47.92º | 0.7% | 0.4% | - |
| HSV(B) | 47.92º | 0.82% | 0.69% | - |
| XYZ | 28.21 | 29.77 | 5.56 | - |
| YUV | 141.56 | 65.61 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 31 | 0 | 0.17 | 0.82 | 0.31 | 47.92 | 0.7 | 0.4 |
| Hex | AF | 92 | 1F | 0 | 11 | 52 | 1F | 30 | 46 | 28 |
| Octal | 257 | 222 | 37 | 0 | 21 | 122 | 37 | 60 | 106 | 50 |
| Binary | 10101111 | 10010010 | 11111 | 0 | 10001 | 1010010 | 11111 | 110000 | 1000110 | 101000 |
Color Harmonies of #AF921F
Complementary color
Monochromatic Colors of #AF921F
Black with #AF921F
Text Example
Text Example
White with #AF921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF921F; }
p { color: rgb(175,146,31); }
H1.HeaderClassName
{
color: #AF921F;
}
.AnyTagClassName
{
color: #AF921F;
}
</style>
background-color css
<style>
a { background-color: #AF921F; }
a { background-color: rgb(175,146,31); }
div.DivClassName
{
background-color: #AF921F;
}
.BgClassName
{
background-color: #AF921F;
}
</style>
border-color css
<style>
span { border-color: #AF921F; }
span { border-color: rgb(175,146,31); }
td.TdClassName
{
border-color: #AF921F;
}
.TagClassName
{
border-color: #AF921F;
}
</style>