Shades of Lucky #AF9A11
Tints of Lucky #AF9A11
RGB
CMYK
RGB Variations
Color information
#AF9A11 (or 0xAF9A11) is known color: Lucky. HEX triplet: AF, 9A and 11. RGB value is (175,154,17). Sum of RGB (Red+Green+Blue) = 175+154+17=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9A11 is #5065EE. Grayscale: #919191. Windows color (decimal): -5268975 or 1153711. OLE color: 1153711.
HSL color Cylindrical-coordinate representation of color #AF9A11: hue angle of 52.03º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF9A11 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 17 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.31 |
| HSL | 52.03º | 0.82% | 0.38% | - |
| HSV(B) | 52.03º | 0.9% | 0.69% | - |
| XYZ | 29.34 | 32.27 | 5.21 | - |
| YUV | 144.66 | 55.96 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 17 | 0 | 0.12 | 0.90 | 0.31 | 52.03 | 0.82 | 0.38 |
| Hex | AF | 9A | 11 | 0 | C | 5A | 1F | 34 | 52 | 26 |
| Octal | 257 | 232 | 21 | 0 | 14 | 132 | 37 | 64 | 122 | 46 |
| Binary | 10101111 | 10011010 | 10001 | 0 | 1100 | 1011010 | 11111 | 110100 | 1010010 | 100110 |
Color Harmonies of #AF9A11
Complementary color
Monochromatic Colors of #AF9A11
Black with #AF9A11
Text Example
Text Example
White with #AF9A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A11; }
p { color: rgb(175,154,17); }
H1.HeaderClassName
{
color: #AF9A11;
}
.AnyTagClassName
{
color: #AF9A11;
}
</style>
background-color css
<style>
a { background-color: #AF9A11; }
a { background-color: rgb(175,154,17); }
div.DivClassName
{
background-color: #AF9A11;
}
.BgClassName
{
background-color: #AF9A11;
}
</style>
border-color css
<style>
span { border-color: #AF9A11; }
span { border-color: rgb(175,154,17); }
td.TdClassName
{
border-color: #AF9A11;
}
.TagClassName
{
border-color: #AF9A11;
}
</style>