Shades of Lucky #AFA11D
Tints of Lucky #AFA11D
RGB
CMYK
RGB Variations
Color information
#AFA11D (or 0xAFA11D) is known color: Lucky. HEX triplet: AF, A1 and 1D. RGB value is (175,161,29). Sum of RGB (Red+Green+Blue) = 175+161+29=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA11D is #505EE2. Grayscale: #969696. Windows color (decimal): -5267171 or 1941935. OLE color: 1941935.
HSL color Cylindrical-coordinate representation of color #AFA11D: hue angle of 54.25º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFA11D is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 29 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.31 |
| HSL | 54.25º | 0.72% | 0.4% | - |
| HSV(B) | 54.25º | 0.83% | 0.69% | - |
| XYZ | 30.65 | 34.69 | 6.24 | - |
| YUV | 150.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 29 | 0 | 0.08 | 0.83 | 0.31 | 54.25 | 0.72 | 0.4 |
| Hex | AF | A1 | 1D | 0 | 8 | 53 | 1F | 36 | 48 | 28 |
| Octal | 257 | 241 | 35 | 0 | 10 | 123 | 37 | 66 | 110 | 50 |
| Binary | 10101111 | 10100001 | 11101 | 0 | 1000 | 1010011 | 11111 | 110110 | 1001000 | 101000 |
Color Harmonies of #AFA11D
Complementary color
Monochromatic Colors of #AFA11D
Black with #AFA11D
Text Example
Text Example
White with #AFA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA11D; }
p { color: rgb(175,161,29); }
H1.HeaderClassName
{
color: #AFA11D;
}
.AnyTagClassName
{
color: #AFA11D;
}
</style>
background-color css
<style>
a { background-color: #AFA11D; }
a { background-color: rgb(175,161,29); }
div.DivClassName
{
background-color: #AFA11D;
}
.BgClassName
{
background-color: #AFA11D;
}
</style>
border-color css
<style>
span { border-color: #AFA11D; }
span { border-color: rgb(175,161,29); }
td.TdClassName
{
border-color: #AFA11D;
}
.TagClassName
{
border-color: #AFA11D;
}
</style>