Shades of Lucky #AF9D1B
Tints of Lucky #AF9D1B
RGB
CMYK
RGB Variations
Color information
#AF9D1B (or 0xAF9D1B) is known color: Lucky. HEX triplet: AF, 9D and 1B. RGB value is (175,157,27). Sum of RGB (Red+Green+Blue) = 175+157+27=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9D1B is #5062E4. Grayscale: #949494. Windows color (decimal): -5268197 or 1809839. OLE color: 1809839.
HSL color Cylindrical-coordinate representation of color #AF9D1B: hue angle of 52.7º 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 #AF9D1B is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 27 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.31 |
| HSL | 52.7º | 0.73% | 0.4% | - |
| HSV(B) | 52.7º | 0.85% | 0.69% | - |
| XYZ | 29.93 | 33.31 | 5.89 | - |
| YUV | 147.56 | 59.96 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 27 | 0 | 0.10 | 0.85 | 0.31 | 52.7 | 0.73 | 0.4 |
| Hex | AF | 9D | 1B | 0 | A | 55 | 1F | 35 | 49 | 28 |
| Octal | 257 | 235 | 33 | 0 | 12 | 125 | 37 | 65 | 111 | 50 |
| Binary | 10101111 | 10011101 | 11011 | 0 | 1010 | 1010101 | 11111 | 110101 | 1001001 | 101000 |
Color Harmonies of #AF9D1B
Complementary color
Monochromatic Colors of #AF9D1B
Black with #AF9D1B
Text Example
Text Example
White with #AF9D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9D1B; }
p { color: rgb(175,157,27); }
H1.HeaderClassName
{
color: #AF9D1B;
}
.AnyTagClassName
{
color: #AF9D1B;
}
</style>
background-color css
<style>
a { background-color: #AF9D1B; }
a { background-color: rgb(175,157,27); }
div.DivClassName
{
background-color: #AF9D1B;
}
.BgClassName
{
background-color: #AF9D1B;
}
</style>
border-color css
<style>
span { border-color: #AF9D1B; }
span { border-color: rgb(175,157,27); }
td.TdClassName
{
border-color: #AF9D1B;
}
.TagClassName
{
border-color: #AF9D1B;
}
</style>