Shades of Lucky #AF9C21
Tints of Lucky #AF9C21
RGB
CMYK
RGB Variations
Color information
#AF9C21 (or 0xAF9C21) is known color: Lucky. HEX triplet: AF, 9C and 21. RGB value is (175,156,33). Sum of RGB (Red+Green+Blue) = 175+156+33=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9C21 is #5063DE. Grayscale: #949494. Windows color (decimal): -5268447 or 2202799. OLE color: 2202799.
HSL color Cylindrical-coordinate representation of color #AF9C21: hue angle of 51.97º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF9C21 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 33 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.31 |
| HSL | 51.97º | 0.68% | 0.41% | - |
| HSV(B) | 51.97º | 0.81% | 0.69% | - |
| XYZ | 29.84 | 33 | 6.24 | - |
| YUV | 147.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 33 | 0 | 0.11 | 0.81 | 0.31 | 51.97 | 0.68 | 0.41 |
| Hex | AF | 9C | 21 | 0 | B | 51 | 1F | 34 | 44 | 29 |
| Octal | 257 | 234 | 41 | 0 | 13 | 121 | 37 | 64 | 104 | 51 |
| Binary | 10101111 | 10011100 | 100001 | 0 | 1011 | 1010001 | 11111 | 110100 | 1000100 | 101001 |
Color Harmonies of #AF9C21
Complementary color
Monochromatic Colors of #AF9C21
Black with #AF9C21
Text Example
Text Example
White with #AF9C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C21; }
p { color: rgb(175,156,33); }
H1.HeaderClassName
{
color: #AF9C21;
}
.AnyTagClassName
{
color: #AF9C21;
}
</style>
background-color css
<style>
a { background-color: #AF9C21; }
a { background-color: rgb(175,156,33); }
div.DivClassName
{
background-color: #AF9C21;
}
.BgClassName
{
background-color: #AF9C21;
}
</style>
border-color css
<style>
span { border-color: #AF9C21; }
span { border-color: rgb(175,156,33); }
td.TdClassName
{
border-color: #AF9C21;
}
.TagClassName
{
border-color: #AF9C21;
}
</style>