Shades of Lucky #AFA122
Tints of Lucky #AFA122
RGB
CMYK
RGB Variations
Color information
#AFA122 (or 0xAFA122) is known color: Lucky. HEX triplet: AF, A1 and 22. RGB value is (175,161,34). Sum of RGB (Red+Green+Blue) = 175+161+34=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA122 is #505EDD. Grayscale: #979797. Windows color (decimal): -5267166 or 2269615. OLE color: 2269615.
HSL color Cylindrical-coordinate representation of color #AFA122: hue angle of 54.04º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFA122 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 34 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.31 |
| HSL | 54.04º | 0.67% | 0.41% | - |
| HSV(B) | 54.04º | 0.81% | 0.69% | - |
| XYZ | 30.71 | 34.72 | 6.6 | - |
| YUV | 150.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 34 | 0 | 0.08 | 0.81 | 0.31 | 54.04 | 0.67 | 0.41 |
| Hex | AF | A1 | 22 | 0 | 8 | 51 | 1F | 36 | 43 | 29 |
| Octal | 257 | 241 | 42 | 0 | 10 | 121 | 37 | 66 | 103 | 51 |
| Binary | 10101111 | 10100001 | 100010 | 0 | 1000 | 1010001 | 11111 | 110110 | 1000011 | 101001 |
Color Harmonies of #AFA122
Complementary color
Monochromatic Colors of #AFA122
Black with #AFA122
Text Example
Text Example
White with #AFA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA122; }
p { color: rgb(175,161,34); }
H1.HeaderClassName
{
color: #AFA122;
}
.AnyTagClassName
{
color: #AFA122;
}
</style>
background-color css
<style>
a { background-color: #AFA122; }
a { background-color: rgb(175,161,34); }
div.DivClassName
{
background-color: #AFA122;
}
.BgClassName
{
background-color: #AFA122;
}
</style>
border-color css
<style>
span { border-color: #AFA122; }
span { border-color: rgb(175,161,34); }
td.TdClassName
{
border-color: #AFA122;
}
.TagClassName
{
border-color: #AFA122;
}
</style>