Shades of Lucky #AF940A
Tints of Lucky #AF940A
RGB
CMYK
RGB Variations
Color information
#AF940A (or 0xAF940A) is known color: Lucky. HEX triplet: AF, 94 and 0A. RGB value is (175,148,10). Sum of RGB (Red+Green+Blue) = 175+148+10=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF940A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF940A is #506BF5. Grayscale: #8C8C8C. Windows color (decimal): -5270518 or 693423. OLE color: 693423.
HSL color Cylindrical-coordinate representation of color #AF940A: hue angle of 50.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF940A is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 10 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.31 |
| HSL | 50.18º | 0.89% | 0.36% | - |
| HSV(B) | 50.18º | 0.94% | 0.69% | - |
| XYZ | 28.32 | 30.32 | 4.65 | - |
| YUV | 140.34 | 54.45 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 10 | 0 | 0.15 | 0.94 | 0.31 | 50.18 | 0.89 | 0.36 |
| Hex | AF | 94 | A | 0 | F | 5E | 1F | 32 | 59 | 24 |
| Octal | 257 | 224 | 12 | 0 | 17 | 136 | 37 | 62 | 131 | 44 |
| Binary | 10101111 | 10010100 | 1010 | 0 | 1111 | 1011110 | 11111 | 110010 | 1011001 | 100100 |
Color Harmonies of #AF940A
Complementary color
Monochromatic Colors of #AF940A
Black with #AF940A
Text Example
Text Example
White with #AF940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF940A; }
p { color: rgb(175,148,10); }
H1.HeaderClassName
{
color: #AF940A;
}
.AnyTagClassName
{
color: #AF940A;
}
</style>
background-color css
<style>
a { background-color: #AF940A; }
a { background-color: rgb(175,148,10); }
div.DivClassName
{
background-color: #AF940A;
}
.BgClassName
{
background-color: #AF940A;
}
</style>
border-color css
<style>
span { border-color: #AF940A; }
span { border-color: rgb(175,148,10); }
td.TdClassName
{
border-color: #AF940A;
}
.TagClassName
{
border-color: #AF940A;
}
</style>