Shades of Lucky #AF9C0E
Tints of Lucky #AF9C0E
RGB
CMYK
RGB Variations
Color information
#AF9C0E (or 0xAF9C0E) is known color: Lucky. HEX triplet: AF, 9C and 0E. RGB value is (175,156,14). Sum of RGB (Red+Green+Blue) = 175+156+14=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9C0E is #5063F1. Grayscale: #929292. Windows color (decimal): -5268466 or 957615. OLE color: 957615.
HSL color Cylindrical-coordinate representation of color #AF9C0E: hue angle of 52.92º 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 #AF9C0E is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 14 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.31 |
| HSL | 52.92º | 0.85% | 0.37% | - |
| HSV(B) | 52.92º | 0.92% | 0.69% | - |
| XYZ | 29.65 | 32.92 | 5.21 | - |
| YUV | 145.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 14 | 0 | 0.11 | 0.92 | 0.31 | 52.92 | 0.85 | 0.37 |
| Hex | AF | 9C | E | 0 | B | 5C | 1F | 35 | 55 | 25 |
| Octal | 257 | 234 | 16 | 0 | 13 | 134 | 37 | 65 | 125 | 45 |
| Binary | 10101111 | 10011100 | 1110 | 0 | 1011 | 1011100 | 11111 | 110101 | 1010101 | 100101 |
Color Harmonies of #AF9C0E
Complementary color
Monochromatic Colors of #AF9C0E
Black with #AF9C0E
Text Example
Text Example
White with #AF9C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C0E; }
p { color: rgb(175,156,14); }
H1.HeaderClassName
{
color: #AF9C0E;
}
.AnyTagClassName
{
color: #AF9C0E;
}
</style>
background-color css
<style>
a { background-color: #AF9C0E; }
a { background-color: rgb(175,156,14); }
div.DivClassName
{
background-color: #AF9C0E;
}
.BgClassName
{
background-color: #AF9C0E;
}
</style>
border-color css
<style>
span { border-color: #AF9C0E; }
span { border-color: rgb(175,156,14); }
td.TdClassName
{
border-color: #AF9C0E;
}
.TagClassName
{
border-color: #AF9C0E;
}
</style>