Shades of Lucky #AF9A0E
Tints of Lucky #AF9A0E
RGB
CMYK
RGB Variations
Color information
#AF9A0E (or 0xAF9A0E) is known color: Lucky. HEX triplet: AF, 9A and 0E. RGB value is (175,154,14). Sum of RGB (Red+Green+Blue) = 175+154+14=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9A0E is #5065F1. Grayscale: #909090. Windows color (decimal): -5268978 or 957103. OLE color: 957103.
HSL color Cylindrical-coordinate representation of color #AF9A0E: hue angle of 52.17º 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 #AF9A0E is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 14 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.31 |
| HSL | 52.17º | 0.85% | 0.37% | - |
| HSV(B) | 52.17º | 0.92% | 0.69% | - |
| XYZ | 29.31 | 32.26 | 5.1 | - |
| YUV | 144.32 | 54.46 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 14 | 0 | 0.12 | 0.92 | 0.31 | 52.17 | 0.85 | 0.37 |
| Hex | AF | 9A | E | 0 | C | 5C | 1F | 34 | 55 | 25 |
| Octal | 257 | 232 | 16 | 0 | 14 | 134 | 37 | 64 | 125 | 45 |
| Binary | 10101111 | 10011010 | 1110 | 0 | 1100 | 1011100 | 11111 | 110100 | 1010101 | 100101 |
Color Harmonies of #AF9A0E
Complementary color
Monochromatic Colors of #AF9A0E
Black with #AF9A0E
Text Example
Text Example
White with #AF9A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A0E; }
p { color: rgb(175,154,14); }
H1.HeaderClassName
{
color: #AF9A0E;
}
.AnyTagClassName
{
color: #AF9A0E;
}
</style>
background-color css
<style>
a { background-color: #AF9A0E; }
a { background-color: rgb(175,154,14); }
div.DivClassName
{
background-color: #AF9A0E;
}
.BgClassName
{
background-color: #AF9A0E;
}
</style>
border-color css
<style>
span { border-color: #AF9A0E; }
span { border-color: rgb(175,154,14); }
td.TdClassName
{
border-color: #AF9A0E;
}
.TagClassName
{
border-color: #AF9A0E;
}
</style>