Shades of Lucky #AF901D
Tints of Lucky #AF901D
RGB
CMYK
RGB Variations
Color information
#AF901D (or 0xAF901D) is known color: Lucky. HEX triplet: AF, 90 and 1D. RGB value is (175,144,29). Sum of RGB (Red+Green+Blue) = 175+144+29=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF901D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF901D is #506FE2. Grayscale: #8C8C8C. Windows color (decimal): -5271523 or 1937583. OLE color: 1937583.
HSL color Cylindrical-coordinate representation of color #AF901D: hue angle of 47.26º 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 #AF901D is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 29 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.31 |
| HSL | 47.26º | 0.72% | 0.4% | - |
| HSV(B) | 47.26º | 0.83% | 0.69% | - |
| XYZ | 27.87 | 29.15 | 5.32 | - |
| YUV | 140.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 29 | 0 | 0.18 | 0.83 | 0.31 | 47.26 | 0.72 | 0.4 |
| Hex | AF | 90 | 1D | 0 | 12 | 53 | 1F | 2F | 48 | 28 |
| Octal | 257 | 220 | 35 | 0 | 22 | 123 | 37 | 57 | 110 | 50 |
| Binary | 10101111 | 10010000 | 11101 | 0 | 10010 | 1010011 | 11111 | 101111 | 1001000 | 101000 |
Color Harmonies of #AF901D
Complementary color
Monochromatic Colors of #AF901D
Black with #AF901D
Text Example
Text Example
White with #AF901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF901D; }
p { color: rgb(175,144,29); }
H1.HeaderClassName
{
color: #AF901D;
}
.AnyTagClassName
{
color: #AF901D;
}
</style>
background-color css
<style>
a { background-color: #AF901D; }
a { background-color: rgb(175,144,29); }
div.DivClassName
{
background-color: #AF901D;
}
.BgClassName
{
background-color: #AF901D;
}
</style>
border-color css
<style>
span { border-color: #AF901D; }
span { border-color: rgb(175,144,29); }
td.TdClassName
{
border-color: #AF901D;
}
.TagClassName
{
border-color: #AF901D;
}
</style>