Shades of Lucky #AFA21C
Tints of Lucky #AFA21C
RGB
CMYK
RGB Variations
Color information
#AFA21C (or 0xAFA21C) is known color: Lucky. HEX triplet: AF, A2 and 1C. RGB value is (175,162,28). Sum of RGB (Red+Green+Blue) = 175+162+28=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA21C is #505DE3. Grayscale: #979797. Windows color (decimal): -5266916 or 1876655. OLE color: 1876655.
HSL color Cylindrical-coordinate representation of color #AFA21C: hue angle of 54.69º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFA21C is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 28 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.31 |
| HSL | 54.69º | 0.72% | 0.4% | - |
| HSV(B) | 54.69º | 0.84% | 0.69% | - |
| XYZ | 30.81 | 35.04 | 6.24 | - |
| YUV | 150.61 | 58.81 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 28 | 0 | 0.07 | 0.84 | 0.31 | 54.69 | 0.72 | 0.4 |
| Hex | AF | A2 | 1C | 0 | 7 | 54 | 1F | 37 | 48 | 28 |
| Octal | 257 | 242 | 34 | 0 | 7 | 124 | 37 | 67 | 110 | 50 |
| Binary | 10101111 | 10100010 | 11100 | 0 | 111 | 1010100 | 11111 | 110111 | 1001000 | 101000 |
Color Harmonies of #AFA21C
Complementary color
Monochromatic Colors of #AFA21C
Black with #AFA21C
Text Example
Text Example
White with #AFA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA21C; }
p { color: rgb(175,162,28); }
H1.HeaderClassName
{
color: #AFA21C;
}
.AnyTagClassName
{
color: #AFA21C;
}
</style>
background-color css
<style>
a { background-color: #AFA21C; }
a { background-color: rgb(175,162,28); }
div.DivClassName
{
background-color: #AFA21C;
}
.BgClassName
{
background-color: #AFA21C;
}
</style>
border-color css
<style>
span { border-color: #AFA21C; }
span { border-color: rgb(175,162,28); }
td.TdClassName
{
border-color: #AFA21C;
}
.TagClassName
{
border-color: #AFA21C;
}
</style>