Shades of Lucky #AF990D
Tints of Lucky #AF990D
RGB
CMYK
RGB Variations
Color information
#AF990D (or 0xAF990D) is known color: Lucky. HEX triplet: AF, 99 and 0D. RGB value is (175,153,13). Sum of RGB (Red+Green+Blue) = 175+153+13=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF990D is #5066F2. Grayscale: #909090. Windows color (decimal): -5269235 or 891311. OLE color: 891311.
HSL color Cylindrical-coordinate representation of color #AF990D: hue angle of 51.85º 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 #AF990D is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 13 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.31 |
| HSL | 51.85º | 0.86% | 0.37% | - |
| HSV(B) | 51.85º | 0.93% | 0.69% | - |
| XYZ | 29.14 | 31.93 | 5.01 | - |
| YUV | 143.62 | 54.29 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 13 | 0 | 0.13 | 0.93 | 0.31 | 51.85 | 0.86 | 0.37 |
| Hex | AF | 99 | D | 0 | D | 5D | 1F | 34 | 56 | 25 |
| Octal | 257 | 231 | 15 | 0 | 15 | 135 | 37 | 64 | 126 | 45 |
| Binary | 10101111 | 10011001 | 1101 | 0 | 1101 | 1011101 | 11111 | 110100 | 1010110 | 100101 |
Color Harmonies of #AF990D
Complementary color
Monochromatic Colors of #AF990D
Black with #AF990D
Text Example
Text Example
White with #AF990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF990D; }
p { color: rgb(175,153,13); }
H1.HeaderClassName
{
color: #AF990D;
}
.AnyTagClassName
{
color: #AF990D;
}
</style>
background-color css
<style>
a { background-color: #AF990D; }
a { background-color: rgb(175,153,13); }
div.DivClassName
{
background-color: #AF990D;
}
.BgClassName
{
background-color: #AF990D;
}
</style>
border-color css
<style>
span { border-color: #AF990D; }
span { border-color: rgb(175,153,13); }
td.TdClassName
{
border-color: #AF990D;
}
.TagClassName
{
border-color: #AF990D;
}
</style>