Shades of Lucky #AFA01E
Tints of Lucky #AFA01E
RGB
CMYK
RGB Variations
Color information
#AFA01E (or 0xAFA01E) is known color: Lucky. HEX triplet: AF, A0 and 1E. RGB value is (175,160,30). Sum of RGB (Red+Green+Blue) = 175+160+30=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA01E is #505FE1. Grayscale: #969696. Windows color (decimal): -5267426 or 2007215. OLE color: 2007215.
HSL color Cylindrical-coordinate representation of color #AFA01E: hue angle of 53.79º degrees, saturation: 0.71, 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 #AFA01E is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 30 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.31 |
| HSL | 53.79º | 0.71% | 0.4% | - |
| HSV(B) | 53.79º | 0.83% | 0.69% | - |
| XYZ | 30.48 | 34.35 | 6.25 | - |
| YUV | 149.67 | 60.47 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 30 | 0 | 0.09 | 0.83 | 0.31 | 53.79 | 0.71 | 0.4 |
| Hex | AF | A0 | 1E | 0 | 9 | 53 | 1F | 36 | 47 | 28 |
| Octal | 257 | 240 | 36 | 0 | 11 | 123 | 37 | 66 | 107 | 50 |
| Binary | 10101111 | 10100000 | 11110 | 0 | 1001 | 1010011 | 11111 | 110110 | 1000111 | 101000 |
Color Harmonies of #AFA01E
Complementary color
Monochromatic Colors of #AFA01E
Black with #AFA01E
Text Example
Text Example
White with #AFA01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA01E; }
p { color: rgb(175,160,30); }
H1.HeaderClassName
{
color: #AFA01E;
}
.AnyTagClassName
{
color: #AFA01E;
}
</style>
background-color css
<style>
a { background-color: #AFA01E; }
a { background-color: rgb(175,160,30); }
div.DivClassName
{
background-color: #AFA01E;
}
.BgClassName
{
background-color: #AFA01E;
}
</style>
border-color css
<style>
span { border-color: #AFA01E; }
span { border-color: rgb(175,160,30); }
td.TdClassName
{
border-color: #AFA01E;
}
.TagClassName
{
border-color: #AFA01E;
}
</style>