Shades of Lucky #AF930E
Tints of Lucky #AF930E
RGB
CMYK
RGB Variations
Color information
#AF930E (or 0xAF930E) is known color: Lucky. HEX triplet: AF, 93 and 0E. RGB value is (175,147,14). Sum of RGB (Red+Green+Blue) = 175+147+14=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF930E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF930E is #506CF1. Grayscale: #8C8C8C. Windows color (decimal): -5270770 or 955311. OLE color: 955311.
HSL color Cylindrical-coordinate representation of color #AF930E: hue angle of 49.57º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF930E is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 14 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.31 |
| HSL | 49.57º | 0.85% | 0.37% | - |
| HSV(B) | 49.57º | 0.92% | 0.69% | - |
| XYZ | 28.19 | 30.01 | 4.72 | - |
| YUV | 140.21 | 56.78 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 14 | 0 | 0.16 | 0.92 | 0.31 | 49.57 | 0.85 | 0.37 |
| Hex | AF | 93 | E | 0 | 10 | 5C | 1F | 32 | 55 | 25 |
| Octal | 257 | 223 | 16 | 0 | 20 | 134 | 37 | 62 | 125 | 45 |
| Binary | 10101111 | 10010011 | 1110 | 0 | 10000 | 1011100 | 11111 | 110010 | 1010101 | 100101 |
Color Harmonies of #AF930E
Complementary color
Monochromatic Colors of #AF930E
Black with #AF930E
Text Example
Text Example
White with #AF930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF930E; }
p { color: rgb(175,147,14); }
H1.HeaderClassName
{
color: #AF930E;
}
.AnyTagClassName
{
color: #AF930E;
}
</style>
background-color css
<style>
a { background-color: #AF930E; }
a { background-color: rgb(175,147,14); }
div.DivClassName
{
background-color: #AF930E;
}
.BgClassName
{
background-color: #AF930E;
}
</style>
border-color css
<style>
span { border-color: #AF930E; }
span { border-color: rgb(175,147,14); }
td.TdClassName
{
border-color: #AF930E;
}
.TagClassName
{
border-color: #AF930E;
}
</style>