Shades of Lucky #AF9A00
Tints of Lucky #AF9A00
RGB
CMYK
RGB Variations
Color information
#AF9A00 (or 0xAF9A00) is known color: Lucky. HEX triplet: AF, 9A and 00. RGB value is (175,154,0). Sum of RGB (Red+Green+Blue) = 175+154+0=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9A00 is #5065FF. Grayscale: #8F8F8F. Windows color (decimal): -5268992 or 39599. OLE color: 39599.
HSL color Cylindrical-coordinate representation of color #AF9A00: hue angle of 52.8º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF9A00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.31 |
| HSL | 52.8º | 1% | 0.34% | - |
| HSV(B) | 52.8º | 1% | 0.69% | - |
| XYZ | 29.23 | 32.23 | 4.68 | - |
| YUV | 142.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 0 | 0 | 0.12 | 1 | 0.31 | 52.8 | 1 | 0.34 |
| Hex | AF | 9A | 0 | 0 | C | 64 | 1F | 35 | 64 | 22 |
| Octal | 257 | 232 | 0 | 0 | 14 | 144 | 37 | 65 | 144 | 42 |
| Binary | 10101111 | 10011010 | 0 | 0 | 1100 | 1100100 | 11111 | 110101 | 1100100 | 100010 |
Color Harmonies of #AF9A00
Complementary color
Monochromatic Colors of #AF9A00
Black with #AF9A00
Text Example
Text Example
White with #AF9A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A00; }
p { color: rgb(175,154,0); }
H1.HeaderClassName
{
color: #AF9A00;
}
.AnyTagClassName
{
color: #AF9A00;
}
</style>
background-color css
<style>
a { background-color: #AF9A00; }
a { background-color: rgb(175,154,0); }
div.DivClassName
{
background-color: #AF9A00;
}
.BgClassName
{
background-color: #AF9A00;
}
</style>
border-color css
<style>
span { border-color: #AF9A00; }
span { border-color: rgb(175,154,0); }
td.TdClassName
{
border-color: #AF9A00;
}
.TagClassName
{
border-color: #AF9A00;
}
</style>