Shades of Lucky #AF990C
Tints of Lucky #AF990C
RGB
CMYK
RGB Variations
Color information
#AF990C (or 0xAF990C) is known color: Lucky. HEX triplet: AF, 99 and 0C. RGB value is (175,153,12). Sum of RGB (Red+Green+Blue) = 175+153+12=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF990C is #5066F3. Grayscale: #909090. Windows color (decimal): -5269236 or 825775. OLE color: 825775.
HSL color Cylindrical-coordinate representation of color #AF990C: hue angle of 51.9º 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 #AF990C is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 12 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.31 |
| HSL | 51.9º | 0.87% | 0.37% | - |
| HSV(B) | 51.9º | 0.93% | 0.69% | - |
| XYZ | 29.14 | 31.92 | 4.97 | - |
| YUV | 143.5 | 53.79 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 12 | 0 | 0.13 | 0.93 | 0.31 | 51.9 | 0.87 | 0.37 |
| Hex | AF | 99 | C | 0 | D | 5D | 1F | 34 | 57 | 25 |
| Octal | 257 | 231 | 14 | 0 | 15 | 135 | 37 | 64 | 127 | 45 |
| Binary | 10101111 | 10011001 | 1100 | 0 | 1101 | 1011101 | 11111 | 110100 | 1010111 | 100101 |
Color Harmonies of #AF990C
Complementary color
Monochromatic Colors of #AF990C
Black with #AF990C
Text Example
Text Example
White with #AF990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF990C; }
p { color: rgb(175,153,12); }
H1.HeaderClassName
{
color: #AF990C;
}
.AnyTagClassName
{
color: #AF990C;
}
</style>
background-color css
<style>
a { background-color: #AF990C; }
a { background-color: rgb(175,153,12); }
div.DivClassName
{
background-color: #AF990C;
}
.BgClassName
{
background-color: #AF990C;
}
</style>
border-color css
<style>
span { border-color: #AF990C; }
span { border-color: rgb(175,153,12); }
td.TdClassName
{
border-color: #AF990C;
}
.TagClassName
{
border-color: #AF990C;
}
</style>