Shades of Lucky #AF9D26
Tints of Lucky #AF9D26
RGB
CMYK
RGB Variations
Color information
#AF9D26 (or 0xAF9D26) is known color: Lucky. HEX triplet: AF, 9D and 26. RGB value is (175,157,38). Sum of RGB (Red+Green+Blue) = 175+157+38=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9D26 is #5062D9. Grayscale: #959595. Windows color (decimal): -5268186 or 2530735. OLE color: 2530735.
HSL color Cylindrical-coordinate representation of color #AF9D26: hue angle of 52.12º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF9D26 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 38 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.31 |
| HSL | 52.12º | 0.64% | 0.42% | - |
| HSV(B) | 52.12º | 0.78% | 0.69% | - |
| XYZ | 30.09 | 33.37 | 6.69 | - |
| YUV | 148.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 38 | 0 | 0.10 | 0.78 | 0.31 | 52.12 | 0.64 | 0.42 |
| Hex | AF | 9D | 26 | 0 | A | 4E | 1F | 34 | 40 | 2A |
| Octal | 257 | 235 | 46 | 0 | 12 | 116 | 37 | 64 | 100 | 52 |
| Binary | 10101111 | 10011101 | 100110 | 0 | 1010 | 1001110 | 11111 | 110100 | 1000000 | 101010 |
Color Harmonies of #AF9D26
Complementary color
Monochromatic Colors of #AF9D26
Black with #AF9D26
Text Example
Text Example
White with #AF9D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9D26; }
p { color: rgb(175,157,38); }
H1.HeaderClassName
{
color: #AF9D26;
}
.AnyTagClassName
{
color: #AF9D26;
}
</style>
background-color css
<style>
a { background-color: #AF9D26; }
a { background-color: rgb(175,157,38); }
div.DivClassName
{
background-color: #AF9D26;
}
.BgClassName
{
background-color: #AF9D26;
}
</style>
border-color css
<style>
span { border-color: #AF9D26; }
span { border-color: rgb(175,157,38); }
td.TdClassName
{
border-color: #AF9D26;
}
.TagClassName
{
border-color: #AF9D26;
}
</style>