Shades of Lucky #AF911B
Tints of Lucky #AF911B
RGB
CMYK
RGB Variations
Color information
#AF911B (or 0xAF911B) is known color: Lucky. HEX triplet: AF, 91 and 1B. RGB value is (175,145,27). Sum of RGB (Red+Green+Blue) = 175+145+27=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF911B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF911B is #506EE4. Grayscale: #8D8D8D. Windows color (decimal): -5271269 or 1806767. OLE color: 1806767.
HSL color Cylindrical-coordinate representation of color #AF911B: hue angle of 47.84º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF911B is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 27 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.31 |
| HSL | 47.84º | 0.73% | 0.4% | - |
| HSV(B) | 47.84º | 0.85% | 0.69% | - |
| XYZ | 28 | 29.44 | 5.24 | - |
| YUV | 140.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 27 | 0 | 0.17 | 0.85 | 0.31 | 47.84 | 0.73 | 0.4 |
| Hex | AF | 91 | 1B | 0 | 11 | 55 | 1F | 30 | 49 | 28 |
| Octal | 257 | 221 | 33 | 0 | 21 | 125 | 37 | 60 | 111 | 50 |
| Binary | 10101111 | 10010001 | 11011 | 0 | 10001 | 1010101 | 11111 | 110000 | 1001001 | 101000 |
Color Harmonies of #AF911B
Complementary color
Monochromatic Colors of #AF911B
Black with #AF911B
Text Example
Text Example
White with #AF911B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF911B; }
p { color: rgb(175,145,27); }
H1.HeaderClassName
{
color: #AF911B;
}
.AnyTagClassName
{
color: #AF911B;
}
</style>
background-color css
<style>
a { background-color: #AF911B; }
a { background-color: rgb(175,145,27); }
div.DivClassName
{
background-color: #AF911B;
}
.BgClassName
{
background-color: #AF911B;
}
</style>
border-color css
<style>
span { border-color: #AF911B; }
span { border-color: rgb(175,145,27); }
td.TdClassName
{
border-color: #AF911B;
}
.TagClassName
{
border-color: #AF911B;
}
</style>