Shades of Lucky #AF930F
Tints of Lucky #AF930F
RGB
CMYK
RGB Variations
Color information
#AF930F (or 0xAF930F) is known color: Lucky. HEX triplet: AF, 93 and 0F. RGB value is (175,147,15). Sum of RGB (Red+Green+Blue) = 175+147+15=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF930F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF930F is #506CF0. Grayscale: #8C8C8C. Windows color (decimal): -5270769 or 1020847. OLE color: 1020847.
HSL color Cylindrical-coordinate representation of color #AF930F: hue angle of 49.5º 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 #AF930F is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 15 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.31 |
| HSL | 49.5º | 0.84% | 0.37% | - |
| HSV(B) | 49.5º | 0.91% | 0.69% | - |
| XYZ | 28.2 | 30.02 | 4.76 | - |
| YUV | 140.32 | 57.28 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 15 | 0 | 0.16 | 0.91 | 0.31 | 49.5 | 0.84 | 0.37 |
| Hex | AF | 93 | F | 0 | 10 | 5B | 1F | 32 | 54 | 25 |
| Octal | 257 | 223 | 17 | 0 | 20 | 133 | 37 | 62 | 124 | 45 |
| Binary | 10101111 | 10010011 | 1111 | 0 | 10000 | 1011011 | 11111 | 110010 | 1010100 | 100101 |
Color Harmonies of #AF930F
Complementary color
Monochromatic Colors of #AF930F
Black with #AF930F
Text Example
Text Example
White with #AF930F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF930F; }
p { color: rgb(175,147,15); }
H1.HeaderClassName
{
color: #AF930F;
}
.AnyTagClassName
{
color: #AF930F;
}
</style>
background-color css
<style>
a { background-color: #AF930F; }
a { background-color: rgb(175,147,15); }
div.DivClassName
{
background-color: #AF930F;
}
.BgClassName
{
background-color: #AF930F;
}
</style>
border-color css
<style>
span { border-color: #AF930F; }
span { border-color: rgb(175,147,15); }
td.TdClassName
{
border-color: #AF930F;
}
.TagClassName
{
border-color: #AF930F;
}
</style>