Shades of Lucky #AF951B
Tints of Lucky #AF951B
RGB
CMYK
RGB Variations
Color information
#AF951B (or 0xAF951B) is known color: Lucky. HEX triplet: AF, 95 and 1B. RGB value is (175,149,27). Sum of RGB (Red+Green+Blue) = 175+149+27=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF951B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF951B is #506AE4. Grayscale: #8F8F8F. Windows color (decimal): -5270245 or 1807791. OLE color: 1807791.
HSL color Cylindrical-coordinate representation of color #AF951B: hue angle of 49.46º 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 #AF951B is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 27 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.31 |
| HSL | 49.46º | 0.73% | 0.4% | - |
| HSV(B) | 49.46º | 0.85% | 0.69% | - |
| XYZ | 28.62 | 30.69 | 5.45 | - |
| YUV | 142.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 27 | 0 | 0.15 | 0.85 | 0.31 | 49.46 | 0.73 | 0.4 |
| Hex | AF | 95 | 1B | 0 | F | 55 | 1F | 31 | 49 | 28 |
| Octal | 257 | 225 | 33 | 0 | 17 | 125 | 37 | 61 | 111 | 50 |
| Binary | 10101111 | 10010101 | 11011 | 0 | 1111 | 1010101 | 11111 | 110001 | 1001001 | 101000 |
Color Harmonies of #AF951B
Complementary color
Monochromatic Colors of #AF951B
Black with #AF951B
Text Example
Text Example
White with #AF951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF951B; }
p { color: rgb(175,149,27); }
H1.HeaderClassName
{
color: #AF951B;
}
.AnyTagClassName
{
color: #AF951B;
}
</style>
background-color css
<style>
a { background-color: #AF951B; }
a { background-color: rgb(175,149,27); }
div.DivClassName
{
background-color: #AF951B;
}
.BgClassName
{
background-color: #AF951B;
}
</style>
border-color css
<style>
span { border-color: #AF951B; }
span { border-color: rgb(175,149,27); }
td.TdClassName
{
border-color: #AF951B;
}
.TagClassName
{
border-color: #AF951B;
}
</style>