Shades of Lucky #AF920F
Tints of Lucky #AF920F
RGB
CMYK
RGB Variations
Color information
#AF920F (or 0xAF920F) is known color: Lucky. HEX triplet: AF, 92 and 0F. RGB value is (175,146,15). Sum of RGB (Red+Green+Blue) = 175+146+15=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF920F is #506DF0. Grayscale: #8C8C8C. Windows color (decimal): -5271025 or 1020591. OLE color: 1020591.
HSL color Cylindrical-coordinate representation of color #AF920F: hue angle of 49.12º 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 #AF920F is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 15 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.31 |
| HSL | 49.13º | 0.84% | 0.37% | - |
| HSV(B) | 49.13º | 0.91% | 0.69% | - |
| XYZ | 28.04 | 29.71 | 4.71 | - |
| YUV | 139.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 15 | 0 | 0.17 | 0.91 | 0.31 | 49.13 | 0.84 | 0.37 |
| Hex | AF | 92 | F | 0 | 11 | 5B | 1F | 31 | 54 | 25 |
| Octal | 257 | 222 | 17 | 0 | 21 | 133 | 37 | 61 | 124 | 45 |
| Binary | 10101111 | 10010010 | 1111 | 0 | 10001 | 1011011 | 11111 | 110001 | 1010100 | 100101 |
Color Harmonies of #AF920F
Complementary color
Monochromatic Colors of #AF920F
Black with #AF920F
Text Example
Text Example
White with #AF920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF920F; }
p { color: rgb(175,146,15); }
H1.HeaderClassName
{
color: #AF920F;
}
.AnyTagClassName
{
color: #AF920F;
}
</style>
background-color css
<style>
a { background-color: #AF920F; }
a { background-color: rgb(175,146,15); }
div.DivClassName
{
background-color: #AF920F;
}
.BgClassName
{
background-color: #AF920F;
}
</style>
border-color css
<style>
span { border-color: #AF920F; }
span { border-color: rgb(175,146,15); }
td.TdClassName
{
border-color: #AF920F;
}
.TagClassName
{
border-color: #AF920F;
}
</style>