Shades of Lucky #AF9A1B
Tints of Lucky #AF9A1B
RGB
CMYK
RGB Variations
Color information
#AF9A1B (or 0xAF9A1B) is known color: Lucky. HEX triplet: AF, 9A and 1B. RGB value is (175,154,27). Sum of RGB (Red+Green+Blue) = 175+154+27=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A1B is #5065E4. Grayscale: #929292. Windows color (decimal): -5268965 or 1809071. OLE color: 1809071.
HSL color Cylindrical-coordinate representation of color #AF9A1B: hue angle of 51.49º 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 #AF9A1B is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 27 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.31 |
| HSL | 51.49º | 0.73% | 0.4% | - |
| HSV(B) | 51.49º | 0.85% | 0.69% | - |
| XYZ | 29.43 | 32.3 | 5.72 | - |
| YUV | 145.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 27 | 0 | 0.12 | 0.85 | 0.31 | 51.49 | 0.73 | 0.4 |
| Hex | AF | 9A | 1B | 0 | C | 55 | 1F | 33 | 49 | 28 |
| Octal | 257 | 232 | 33 | 0 | 14 | 125 | 37 | 63 | 111 | 50 |
| Binary | 10101111 | 10011010 | 11011 | 0 | 1100 | 1010101 | 11111 | 110011 | 1001001 | 101000 |
Color Harmonies of #AF9A1B
Complementary color
Monochromatic Colors of #AF9A1B
Black with #AF9A1B
Text Example
Text Example
White with #AF9A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A1B; }
p { color: rgb(175,154,27); }
H1.HeaderClassName
{
color: #AF9A1B;
}
.AnyTagClassName
{
color: #AF9A1B;
}
</style>
background-color css
<style>
a { background-color: #AF9A1B; }
a { background-color: rgb(175,154,27); }
div.DivClassName
{
background-color: #AF9A1B;
}
.BgClassName
{
background-color: #AF9A1B;
}
</style>
border-color css
<style>
span { border-color: #AF9A1B; }
span { border-color: rgb(175,154,27); }
td.TdClassName
{
border-color: #AF9A1B;
}
.TagClassName
{
border-color: #AF9A1B;
}
</style>