Shades of Lucky #AF990E
Tints of Lucky #AF990E
RGB
CMYK
RGB Variations
Color information
#AF990E (or 0xAF990E) is known color: Lucky. HEX triplet: AF, 99 and 0E. RGB value is (175,153,14). Sum of RGB (Red+Green+Blue) = 175+153+14=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF990E is #5066F1. Grayscale: #909090. Windows color (decimal): -5269234 or 956847. OLE color: 956847.
HSL color Cylindrical-coordinate representation of color #AF990E: hue angle of 51.8º 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 #AF990E is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 14 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.31 |
| HSL | 51.8º | 0.85% | 0.37% | - |
| HSV(B) | 51.8º | 0.92% | 0.69% | - |
| XYZ | 29.15 | 31.93 | 5.04 | - |
| YUV | 143.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 14 | 0 | 0.13 | 0.92 | 0.31 | 51.8 | 0.85 | 0.37 |
| Hex | AF | 99 | E | 0 | D | 5C | 1F | 34 | 55 | 25 |
| Octal | 257 | 231 | 16 | 0 | 15 | 134 | 37 | 64 | 125 | 45 |
| Binary | 10101111 | 10011001 | 1110 | 0 | 1101 | 1011100 | 11111 | 110100 | 1010101 | 100101 |
Color Harmonies of #AF990E
Complementary color
Monochromatic Colors of #AF990E
Black with #AF990E
Text Example
Text Example
White with #AF990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF990E; }
p { color: rgb(175,153,14); }
H1.HeaderClassName
{
color: #AF990E;
}
.AnyTagClassName
{
color: #AF990E;
}
</style>
background-color css
<style>
a { background-color: #AF990E; }
a { background-color: rgb(175,153,14); }
div.DivClassName
{
background-color: #AF990E;
}
.BgClassName
{
background-color: #AF990E;
}
</style>
border-color css
<style>
span { border-color: #AF990E; }
span { border-color: rgb(175,153,14); }
td.TdClassName
{
border-color: #AF990E;
}
.TagClassName
{
border-color: #AF990E;
}
</style>