Shades of Lucky #AF990F
Tints of Lucky #AF990F
RGB
CMYK
RGB Variations
Color information
#AF990F (or 0xAF990F) is known color: Lucky. HEX triplet: AF, 99 and 0F. RGB value is (175,153,15). Sum of RGB (Red+Green+Blue) = 175+153+15=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF990F is #5066F0. Grayscale: #909090. Windows color (decimal): -5269233 or 1022383. OLE color: 1022383.
HSL color Cylindrical-coordinate representation of color #AF990F: hue angle of 51.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF990F is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 15 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.31 |
| HSL | 51.75º | 0.84% | 0.37% | - |
| HSV(B) | 51.75º | 0.91% | 0.69% | - |
| XYZ | 29.16 | 31.93 | 5.08 | - |
| YUV | 143.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 15 | 0 | 0.13 | 0.91 | 0.31 | 51.75 | 0.84 | 0.37 |
| Hex | AF | 99 | F | 0 | D | 5B | 1F | 34 | 54 | 25 |
| Octal | 257 | 231 | 17 | 0 | 15 | 133 | 37 | 64 | 124 | 45 |
| Binary | 10101111 | 10011001 | 1111 | 0 | 1101 | 1011011 | 11111 | 110100 | 1010100 | 100101 |
Color Harmonies of #AF990F
Complementary color
Monochromatic Colors of #AF990F
Black with #AF990F
Text Example
Text Example
White with #AF990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF990F; }
p { color: rgb(175,153,15); }
H1.HeaderClassName
{
color: #AF990F;
}
.AnyTagClassName
{
color: #AF990F;
}
</style>
background-color css
<style>
a { background-color: #AF990F; }
a { background-color: rgb(175,153,15); }
div.DivClassName
{
background-color: #AF990F;
}
.BgClassName
{
background-color: #AF990F;
}
</style>
border-color css
<style>
span { border-color: #AF990F; }
span { border-color: rgb(175,153,15); }
td.TdClassName
{
border-color: #AF990F;
}
.TagClassName
{
border-color: #AF990F;
}
</style>