Shades of Lucky #AF9A0A
Tints of Lucky #AF9A0A
RGB
CMYK
RGB Variations
Color information
#AF9A0A (or 0xAF9A0A) is known color: Lucky. HEX triplet: AF, 9A and 0A. RGB value is (175,154,10). Sum of RGB (Red+Green+Blue) = 175+154+10=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9A0A is #5065F5. Grayscale: #909090. Windows color (decimal): -5268982 or 694959. OLE color: 694959.
HSL color Cylindrical-coordinate representation of color #AF9A0A: hue angle of 52.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF9A0A is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 10 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.31 |
| HSL | 52.36º | 0.89% | 0.36% | - |
| HSV(B) | 52.36º | 0.94% | 0.69% | - |
| XYZ | 29.29 | 32.25 | 4.97 | - |
| YUV | 143.86 | 52.46 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 10 | 0 | 0.12 | 0.94 | 0.31 | 52.36 | 0.89 | 0.36 |
| Hex | AF | 9A | A | 0 | C | 5E | 1F | 34 | 59 | 24 |
| Octal | 257 | 232 | 12 | 0 | 14 | 136 | 37 | 64 | 131 | 44 |
| Binary | 10101111 | 10011010 | 1010 | 0 | 1100 | 1011110 | 11111 | 110100 | 1011001 | 100100 |
Color Harmonies of #AF9A0A
Complementary color
Monochromatic Colors of #AF9A0A
Black with #AF9A0A
Text Example
Text Example
White with #AF9A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A0A; }
p { color: rgb(175,154,10); }
H1.HeaderClassName
{
color: #AF9A0A;
}
.AnyTagClassName
{
color: #AF9A0A;
}
</style>
background-color css
<style>
a { background-color: #AF9A0A; }
a { background-color: rgb(175,154,10); }
div.DivClassName
{
background-color: #AF9A0A;
}
.BgClassName
{
background-color: #AF9A0A;
}
</style>
border-color css
<style>
span { border-color: #AF9A0A; }
span { border-color: rgb(175,154,10); }
td.TdClassName
{
border-color: #AF9A0A;
}
.TagClassName
{
border-color: #AF9A0A;
}
</style>