Shades of Lucky #AF9A05
Tints of Lucky #AF9A05
RGB
CMYK
RGB Variations
Color information
#AF9A05 (or 0xAF9A05) is known color: Lucky. HEX triplet: AF, 9A and 05. RGB value is (175,154,5). Sum of RGB (Red+Green+Blue) = 175+154+5=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9A05 is #5065FA. Grayscale: #8F8F8F. Windows color (decimal): -5268987 or 367279. OLE color: 367279.
HSL color Cylindrical-coordinate representation of color #AF9A05: hue angle of 52.59º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF9A05 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 5 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.31 |
| HSL | 52.59º | 0.94% | 0.35% | - |
| HSV(B) | 52.59º | 0.97% | 0.69% | - |
| XYZ | 29.26 | 32.24 | 4.82 | - |
| YUV | 143.29 | 49.96 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 5 | 0 | 0.12 | 0.97 | 0.31 | 52.59 | 0.94 | 0.35 |
| Hex | AF | 9A | 5 | 0 | C | 61 | 1F | 35 | 5E | 23 |
| Octal | 257 | 232 | 5 | 0 | 14 | 141 | 37 | 65 | 136 | 43 |
| Binary | 10101111 | 10011010 | 101 | 0 | 1100 | 1100001 | 11111 | 110101 | 1011110 | 100011 |
Color Harmonies of #AF9A05
Complementary color
Monochromatic Colors of #AF9A05
Black with #AF9A05
Text Example
Text Example
White with #AF9A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A05; }
p { color: rgb(175,154,5); }
H1.HeaderClassName
{
color: #AF9A05;
}
.AnyTagClassName
{
color: #AF9A05;
}
</style>
background-color css
<style>
a { background-color: #AF9A05; }
a { background-color: rgb(175,154,5); }
div.DivClassName
{
background-color: #AF9A05;
}
.BgClassName
{
background-color: #AF9A05;
}
</style>
border-color css
<style>
span { border-color: #AF9A05; }
span { border-color: rgb(175,154,5); }
td.TdClassName
{
border-color: #AF9A05;
}
.TagClassName
{
border-color: #AF9A05;
}
</style>