Shades of Lucky #AF970D
Tints of Lucky #AF970D
RGB
CMYK
RGB Variations
Color information
#AF970D (or 0xAF970D) is known color: Lucky. HEX triplet: AF, 97 and 0D. RGB value is (175,151,13). Sum of RGB (Red+Green+Blue) = 175+151+13=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF970D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF970D is #5068F2. Grayscale: #8F8F8F. Windows color (decimal): -5269747 or 890799. OLE color: 890799.
HSL color Cylindrical-coordinate representation of color #AF970D: hue angle of 51.11º degrees, saturation: 0.86, 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 #AF970D is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 13 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.31 |
| HSL | 51.11º | 0.86% | 0.37% | - |
| HSV(B) | 51.11º | 0.93% | 0.69% | - |
| XYZ | 28.82 | 31.28 | 4.9 | - |
| YUV | 142.44 | 54.95 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 13 | 0 | 0.14 | 0.93 | 0.31 | 51.11 | 0.86 | 0.37 |
| Hex | AF | 97 | D | 0 | E | 5D | 1F | 33 | 56 | 25 |
| Octal | 257 | 227 | 15 | 0 | 16 | 135 | 37 | 63 | 126 | 45 |
| Binary | 10101111 | 10010111 | 1101 | 0 | 1110 | 1011101 | 11111 | 110011 | 1010110 | 100101 |
Color Harmonies of #AF970D
Complementary color
Monochromatic Colors of #AF970D
Black with #AF970D
Text Example
Text Example
White with #AF970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF970D; }
p { color: rgb(175,151,13); }
H1.HeaderClassName
{
color: #AF970D;
}
.AnyTagClassName
{
color: #AF970D;
}
</style>
background-color css
<style>
a { background-color: #AF970D; }
a { background-color: rgb(175,151,13); }
div.DivClassName
{
background-color: #AF970D;
}
.BgClassName
{
background-color: #AF970D;
}
</style>
border-color css
<style>
span { border-color: #AF970D; }
span { border-color: rgb(175,151,13); }
td.TdClassName
{
border-color: #AF970D;
}
.TagClassName
{
border-color: #AF970D;
}
</style>