Shades of Lucky #AF8F1B
Tints of Lucky #AF8F1B
RGB
CMYK
RGB Variations
Color information
#AF8F1B (or 0xAF8F1B) is known color: Lucky. HEX triplet: AF, 8F and 1B. RGB value is (175,143,27). Sum of RGB (Red+Green+Blue) = 175+143+27=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8F1B is #5070E4. Grayscale: #8B8B8B. Windows color (decimal): -5271781 or 1806255. OLE color: 1806255.
HSL color Cylindrical-coordinate representation of color #AF8F1B: hue angle of 47.03º 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 #AF8F1B is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 27 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.31 |
| HSL | 47.03º | 0.73% | 0.4% | - |
| HSV(B) | 47.03º | 0.85% | 0.69% | - |
| XYZ | 27.7 | 28.84 | 5.14 | - |
| YUV | 139.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 27 | 0 | 0.18 | 0.85 | 0.31 | 47.03 | 0.73 | 0.4 |
| Hex | AF | 8F | 1B | 0 | 12 | 55 | 1F | 2F | 49 | 28 |
| Octal | 257 | 217 | 33 | 0 | 22 | 125 | 37 | 57 | 111 | 50 |
| Binary | 10101111 | 10001111 | 11011 | 0 | 10010 | 1010101 | 11111 | 101111 | 1001001 | 101000 |
Color Harmonies of #AF8F1B
Complementary color
Monochromatic Colors of #AF8F1B
Black with #AF8F1B
Text Example
Text Example
White with #AF8F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F1B; }
p { color: rgb(175,143,27); }
H1.HeaderClassName
{
color: #AF8F1B;
}
.AnyTagClassName
{
color: #AF8F1B;
}
</style>
background-color css
<style>
a { background-color: #AF8F1B; }
a { background-color: rgb(175,143,27); }
div.DivClassName
{
background-color: #AF8F1B;
}
.BgClassName
{
background-color: #AF8F1B;
}
</style>
border-color css
<style>
span { border-color: #AF8F1B; }
span { border-color: rgb(175,143,27); }
td.TdClassName
{
border-color: #AF8F1B;
}
.TagClassName
{
border-color: #AF8F1B;
}
</style>