Shades of Lucky #AF911C
Tints of Lucky #AF911C
RGB
CMYK
RGB Variations
Color information
#AF911C (or 0xAF911C) is known color: Lucky. HEX triplet: AF, 91 and 1C. RGB value is (175,145,28). Sum of RGB (Red+Green+Blue) = 175+145+28=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF911C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF911C is #506EE3. Grayscale: #8D8D8D. Windows color (decimal): -5271268 or 1872303. OLE color: 1872303.
HSL color Cylindrical-coordinate representation of color #AF911C: hue angle of 47.76º 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 #AF911C is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 28 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.31 |
| HSL | 47.76º | 0.72% | 0.4% | - |
| HSV(B) | 47.76º | 0.84% | 0.69% | - |
| XYZ | 28.01 | 29.45 | 5.31 | - |
| YUV | 140.63 | 64.44 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 28 | 0 | 0.17 | 0.84 | 0.31 | 47.76 | 0.72 | 0.4 |
| Hex | AF | 91 | 1C | 0 | 11 | 54 | 1F | 30 | 48 | 28 |
| Octal | 257 | 221 | 34 | 0 | 21 | 124 | 37 | 60 | 110 | 50 |
| Binary | 10101111 | 10010001 | 11100 | 0 | 10001 | 1010100 | 11111 | 110000 | 1001000 | 101000 |
Color Harmonies of #AF911C
Complementary color
Monochromatic Colors of #AF911C
Black with #AF911C
Text Example
Text Example
White with #AF911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF911C; }
p { color: rgb(175,145,28); }
H1.HeaderClassName
{
color: #AF911C;
}
.AnyTagClassName
{
color: #AF911C;
}
</style>
background-color css
<style>
a { background-color: #AF911C; }
a { background-color: rgb(175,145,28); }
div.DivClassName
{
background-color: #AF911C;
}
.BgClassName
{
background-color: #AF911C;
}
</style>
border-color css
<style>
span { border-color: #AF911C; }
span { border-color: rgb(175,145,28); }
td.TdClassName
{
border-color: #AF911C;
}
.TagClassName
{
border-color: #AF911C;
}
</style>