Shades of Lucky #AF8D1A
Tints of Lucky #AF8D1A
RGB
CMYK
RGB Variations
Color information
#AF8D1A (or 0xAF8D1A) is known color: Lucky. HEX triplet: AF, 8D and 1A. RGB value is (175,141,26). Sum of RGB (Red+Green+Blue) = 175+141+26=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8D1A is #5072E5. Grayscale: #8A8A8A. Windows color (decimal): -5272294 or 1740207. OLE color: 1740207.
HSL color Cylindrical-coordinate representation of color #AF8D1A: hue angle of 46.31º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF8D1A is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 26 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.31 |
| HSL | 46.31º | 0.74% | 0.39% | - |
| HSV(B) | 46.31º | 0.85% | 0.69% | - |
| XYZ | 27.39 | 28.24 | 4.98 | - |
| YUV | 138.06 | 64.76 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 26 | 0 | 0.19 | 0.85 | 0.31 | 46.31 | 0.74 | 0.39 |
| Hex | AF | 8D | 1A | 0 | 13 | 55 | 1F | 2E | 4A | 27 |
| Octal | 257 | 215 | 32 | 0 | 23 | 125 | 37 | 56 | 112 | 47 |
| Binary | 10101111 | 10001101 | 11010 | 0 | 10011 | 1010101 | 11111 | 101110 | 1001010 | 100111 |
Color Harmonies of #AF8D1A
Complementary color
Monochromatic Colors of #AF8D1A
Black with #AF8D1A
Text Example
Text Example
White with #AF8D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D1A; }
p { color: rgb(175,141,26); }
H1.HeaderClassName
{
color: #AF8D1A;
}
.AnyTagClassName
{
color: #AF8D1A;
}
</style>
background-color css
<style>
a { background-color: #AF8D1A; }
a { background-color: rgb(175,141,26); }
div.DivClassName
{
background-color: #AF8D1A;
}
.BgClassName
{
background-color: #AF8D1A;
}
</style>
border-color css
<style>
span { border-color: #AF8D1A; }
span { border-color: rgb(175,141,26); }
td.TdClassName
{
border-color: #AF8D1A;
}
.TagClassName
{
border-color: #AF8D1A;
}
</style>