Shades of Lucky #AFAA0F
Tints of Lucky #AFAA0F
RGB
CMYK
RGB Variations
Color information
#AFAA0F (or 0xAFAA0F) is known color: Lucky. HEX triplet: AF, AA and 0F. RGB value is (175,170,15). Sum of RGB (Red+Green+Blue) = 175+170+15=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAA0F is #5055F0. Grayscale: #9A9A9A. Windows color (decimal): -5264881 or 1026735. OLE color: 1026735.
HSL color Cylindrical-coordinate representation of color #AFAA0F: hue angle of 58.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFAA0F is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 15 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.31 |
| HSL | 58.13º | 0.84% | 0.37% | - |
| HSV(B) | 58.13º | 0.91% | 0.69% | - |
| XYZ | 32.14 | 37.9 | 6.07 | - |
| YUV | 153.83 | 49.66 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 15 | 0 | 0.03 | 0.91 | 0.31 | 58.13 | 0.84 | 0.37 |
| Hex | AF | AA | F | 0 | 3 | 5B | 1F | 3A | 54 | 25 |
| Octal | 257 | 252 | 17 | 0 | 3 | 133 | 37 | 72 | 124 | 45 |
| Binary | 10101111 | 10101010 | 1111 | 0 | 11 | 1011011 | 11111 | 111010 | 1010100 | 100101 |
Color Harmonies of #AFAA0F
Complementary color
Monochromatic Colors of #AFAA0F
Black with #AFAA0F
Text Example
Text Example
White with #AFAA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAA0F; }
p { color: rgb(175,170,15); }
H1.HeaderClassName
{
color: #AFAA0F;
}
.AnyTagClassName
{
color: #AFAA0F;
}
</style>
background-color css
<style>
a { background-color: #AFAA0F; }
a { background-color: rgb(175,170,15); }
div.DivClassName
{
background-color: #AFAA0F;
}
.BgClassName
{
background-color: #AFAA0F;
}
</style>
border-color css
<style>
span { border-color: #AFAA0F; }
span { border-color: rgb(175,170,15); }
td.TdClassName
{
border-color: #AFAA0F;
}
.TagClassName
{
border-color: #AFAA0F;
}
</style>