Shades of Lucky #AFA213
Tints of Lucky #AFA213
RGB
CMYK
RGB Variations
Color information
#AFA213 (or 0xAFA213) is known color: Lucky. HEX triplet: AF, A2 and 13. RGB value is (175,162,19). Sum of RGB (Red+Green+Blue) = 175+162+19=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA213 is #505DEC. Grayscale: #969696. Windows color (decimal): -5266925 or 1286831. OLE color: 1286831.
HSL color Cylindrical-coordinate representation of color #AFA213: hue angle of 55º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFA213 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 19 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.31 |
| HSL | 55º | 0.8% | 0.38% | - |
| HSV(B) | 55º | 0.89% | 0.69% | - |
| XYZ | 30.72 | 35 | 5.75 | - |
| YUV | 149.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 19 | 0 | 0.07 | 0.89 | 0.31 | 55 | 0.8 | 0.38 |
| Hex | AF | A2 | 13 | 0 | 7 | 59 | 1F | 37 | 50 | 26 |
| Octal | 257 | 242 | 23 | 0 | 7 | 131 | 37 | 67 | 120 | 46 |
| Binary | 10101111 | 10100010 | 10011 | 0 | 111 | 1011001 | 11111 | 110111 | 1010000 | 100110 |
Color Harmonies of #AFA213
Complementary color
Monochromatic Colors of #AFA213
Black with #AFA213
Text Example
Text Example
White with #AFA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA213; }
p { color: rgb(175,162,19); }
H1.HeaderClassName
{
color: #AFA213;
}
.AnyTagClassName
{
color: #AFA213;
}
</style>
background-color css
<style>
a { background-color: #AFA213; }
a { background-color: rgb(175,162,19); }
div.DivClassName
{
background-color: #AFA213;
}
.BgClassName
{
background-color: #AFA213;
}
</style>
border-color css
<style>
span { border-color: #AFA213; }
span { border-color: rgb(175,162,19); }
td.TdClassName
{
border-color: #AFA213;
}
.TagClassName
{
border-color: #AFA213;
}
</style>