Shades of Lucky #AF970C
Tints of Lucky #AF970C
RGB
CMYK
RGB Variations
Color information
#AF970C (or 0xAF970C) is known color: Lucky. HEX triplet: AF, 97 and 0C. RGB value is (175,151,12). Sum of RGB (Red+Green+Blue) = 175+151+12=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF970C is #5068F3. Grayscale: #8E8E8E. Windows color (decimal): -5269748 or 825263. OLE color: 825263.
HSL color Cylindrical-coordinate representation of color #AF970C: hue angle of 51.17º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF970C is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 12 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.31 |
| HSL | 51.17º | 0.87% | 0.37% | - |
| HSV(B) | 51.17º | 0.93% | 0.69% | - |
| XYZ | 28.81 | 31.27 | 4.87 | - |
| YUV | 142.33 | 54.45 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 12 | 0 | 0.14 | 0.93 | 0.31 | 51.17 | 0.87 | 0.37 |
| Hex | AF | 97 | C | 0 | E | 5D | 1F | 33 | 57 | 25 |
| Octal | 257 | 227 | 14 | 0 | 16 | 135 | 37 | 63 | 127 | 45 |
| Binary | 10101111 | 10010111 | 1100 | 0 | 1110 | 1011101 | 11111 | 110011 | 1010111 | 100101 |
Color Harmonies of #AF970C
Complementary color
Monochromatic Colors of #AF970C
Black with #AF970C
Text Example
Text Example
White with #AF970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF970C; }
p { color: rgb(175,151,12); }
H1.HeaderClassName
{
color: #AF970C;
}
.AnyTagClassName
{
color: #AF970C;
}
</style>
background-color css
<style>
a { background-color: #AF970C; }
a { background-color: rgb(175,151,12); }
div.DivClassName
{
background-color: #AF970C;
}
.BgClassName
{
background-color: #AF970C;
}
</style>
border-color css
<style>
span { border-color: #AF970C; }
span { border-color: rgb(175,151,12); }
td.TdClassName
{
border-color: #AF970C;
}
.TagClassName
{
border-color: #AF970C;
}
</style>