Shades of Lucky #AF921D
Tints of Lucky #AF921D
RGB
CMYK
RGB Variations
Color information
#AF921D (or 0xAF921D) is known color: Lucky. HEX triplet: AF, 92 and 1D. RGB value is (175,146,29). Sum of RGB (Red+Green+Blue) = 175+146+29=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF921D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF921D is #506DE2. Grayscale: #8D8D8D. Windows color (decimal): -5271011 or 1938095. OLE color: 1938095.
HSL color Cylindrical-coordinate representation of color #AF921D: hue angle of 48.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF921D is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 29 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.31 |
| HSL | 48.08º | 0.72% | 0.4% | - |
| HSV(B) | 48.08º | 0.83% | 0.69% | - |
| XYZ | 28.18 | 29.76 | 5.42 | - |
| YUV | 141.33 | 64.61 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 29 | 0 | 0.17 | 0.83 | 0.31 | 48.08 | 0.72 | 0.4 |
| Hex | AF | 92 | 1D | 0 | 11 | 53 | 1F | 30 | 48 | 28 |
| Octal | 257 | 222 | 35 | 0 | 21 | 123 | 37 | 60 | 110 | 50 |
| Binary | 10101111 | 10010010 | 11101 | 0 | 10001 | 1010011 | 11111 | 110000 | 1001000 | 101000 |
Color Harmonies of #AF921D
Complementary color
Monochromatic Colors of #AF921D
Black with #AF921D
Text Example
Text Example
White with #AF921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF921D; }
p { color: rgb(175,146,29); }
H1.HeaderClassName
{
color: #AF921D;
}
.AnyTagClassName
{
color: #AF921D;
}
</style>
background-color css
<style>
a { background-color: #AF921D; }
a { background-color: rgb(175,146,29); }
div.DivClassName
{
background-color: #AF921D;
}
.BgClassName
{
background-color: #AF921D;
}
</style>
border-color css
<style>
span { border-color: #AF921D; }
span { border-color: rgb(175,146,29); }
td.TdClassName
{
border-color: #AF921D;
}
.TagClassName
{
border-color: #AF921D;
}
</style>