Shades of Lucky #AFA220
Tints of Lucky #AFA220
RGB
CMYK
RGB Variations
Color information
#AFA220 (or 0xAFA220) is known color: Lucky. HEX triplet: AF, A2 and 20. RGB value is (175,162,32). Sum of RGB (Red+Green+Blue) = 175+162+32=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA220 is #505DDF. Grayscale: #979797. Windows color (decimal): -5266912 or 2138799. OLE color: 2138799.
HSL color Cylindrical-coordinate representation of color #AFA220: hue angle of 54.55º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFA220 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 32 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.31 |
| HSL | 54.55º | 0.69% | 0.41% | - |
| HSV(B) | 54.55º | 0.82% | 0.69% | - |
| XYZ | 30.86 | 35.06 | 6.51 | - |
| YUV | 151.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 32 | 0 | 0.07 | 0.82 | 0.31 | 54.55 | 0.69 | 0.41 |
| Hex | AF | A2 | 20 | 0 | 7 | 52 | 1F | 37 | 45 | 29 |
| Octal | 257 | 242 | 40 | 0 | 7 | 122 | 37 | 67 | 105 | 51 |
| Binary | 10101111 | 10100010 | 100000 | 0 | 111 | 1010010 | 11111 | 110111 | 1000101 | 101001 |
Color Harmonies of #AFA220
Complementary color
Monochromatic Colors of #AFA220
Black with #AFA220
Text Example
Text Example
White with #AFA220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA220; }
p { color: rgb(175,162,32); }
H1.HeaderClassName
{
color: #AFA220;
}
.AnyTagClassName
{
color: #AFA220;
}
</style>
background-color css
<style>
a { background-color: #AFA220; }
a { background-color: rgb(175,162,32); }
div.DivClassName
{
background-color: #AFA220;
}
.BgClassName
{
background-color: #AFA220;
}
</style>
border-color css
<style>
span { border-color: #AFA220; }
span { border-color: rgb(175,162,32); }
td.TdClassName
{
border-color: #AFA220;
}
.TagClassName
{
border-color: #AFA220;
}
</style>