Shades of Lucky #AFA211
Tints of Lucky #AFA211
RGB
CMYK
RGB Variations
Color information
#AFA211 (or 0xAFA211) is known color: Lucky. HEX triplet: AF, A2 and 11. RGB value is (175,162,17). Sum of RGB (Red+Green+Blue) = 175+162+17=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA211 is #505DEE. Grayscale: #959595. Windows color (decimal): -5266927 or 1155759. OLE color: 1155759.
HSL color Cylindrical-coordinate representation of color #AFA211: hue angle of 55.06º 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 #AFA211 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 17 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.31 |
| HSL | 55.06º | 0.82% | 0.38% | - |
| HSV(B) | 55.06º | 0.9% | 0.69% | - |
| XYZ | 30.7 | 35 | 5.67 | - |
| YUV | 149.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 17 | 0 | 0.07 | 0.90 | 0.31 | 55.06 | 0.82 | 0.38 |
| Hex | AF | A2 | 11 | 0 | 7 | 5A | 1F | 37 | 52 | 26 |
| Octal | 257 | 242 | 21 | 0 | 7 | 132 | 37 | 67 | 122 | 46 |
| Binary | 10101111 | 10100010 | 10001 | 0 | 111 | 1011010 | 11111 | 110111 | 1010010 | 100110 |
Color Harmonies of #AFA211
Complementary color
Monochromatic Colors of #AFA211
Black with #AFA211
Text Example
Text Example
White with #AFA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA211; }
p { color: rgb(175,162,17); }
H1.HeaderClassName
{
color: #AFA211;
}
.AnyTagClassName
{
color: #AFA211;
}
</style>
background-color css
<style>
a { background-color: #AFA211; }
a { background-color: rgb(175,162,17); }
div.DivClassName
{
background-color: #AFA211;
}
.BgClassName
{
background-color: #AFA211;
}
</style>
border-color css
<style>
span { border-color: #AFA211; }
span { border-color: rgb(175,162,17); }
td.TdClassName
{
border-color: #AFA211;
}
.TagClassName
{
border-color: #AFA211;
}
</style>