Shades of Lucky #AF9A0D
Tints of Lucky #AF9A0D
RGB
CMYK
RGB Variations
Color information
#AF9A0D (or 0xAF9A0D) is known color: Lucky. HEX triplet: AF, 9A and 0D. RGB value is (175,154,13). Sum of RGB (Red+Green+Blue) = 175+154+13=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9A0D is #5065F2. Grayscale: #909090. Windows color (decimal): -5268979 or 891567. OLE color: 891567.
HSL color Cylindrical-coordinate representation of color #AF9A0D: hue angle of 52.22º 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 #AF9A0D is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 13 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.31 |
| HSL | 52.22º | 0.86% | 0.37% | - |
| HSV(B) | 52.22º | 0.93% | 0.69% | - |
| XYZ | 29.31 | 32.25 | 5.06 | - |
| YUV | 144.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 13 | 0 | 0.12 | 0.93 | 0.31 | 52.22 | 0.86 | 0.37 |
| Hex | AF | 9A | D | 0 | C | 5D | 1F | 34 | 56 | 25 |
| Octal | 257 | 232 | 15 | 0 | 14 | 135 | 37 | 64 | 126 | 45 |
| Binary | 10101111 | 10011010 | 1101 | 0 | 1100 | 1011101 | 11111 | 110100 | 1010110 | 100101 |
Color Harmonies of #AF9A0D
Complementary color
Monochromatic Colors of #AF9A0D
Black with #AF9A0D
Text Example
Text Example
White with #AF9A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A0D; }
p { color: rgb(175,154,13); }
H1.HeaderClassName
{
color: #AF9A0D;
}
.AnyTagClassName
{
color: #AF9A0D;
}
</style>
background-color css
<style>
a { background-color: #AF9A0D; }
a { background-color: rgb(175,154,13); }
div.DivClassName
{
background-color: #AF9A0D;
}
.BgClassName
{
background-color: #AF9A0D;
}
</style>
border-color css
<style>
span { border-color: #AF9A0D; }
span { border-color: rgb(175,154,13); }
td.TdClassName
{
border-color: #AF9A0D;
}
.TagClassName
{
border-color: #AF9A0D;
}
</style>