Shades of Lucky #AFA500
Tints of Lucky #AFA500
RGB
CMYK
RGB Variations
Color information
#AFA500 (or 0xAFA500) is known color: Lucky. HEX triplet: AF, A5 and 00. RGB value is (175,165,0). Sum of RGB (Red+Green+Blue) = 175+165+0=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA500 is #505AFF. Grayscale: #959595. Windows color (decimal): -5266176 or 42415. OLE color: 42415.
HSL color Cylindrical-coordinate representation of color #AFA500: hue angle of 56.57º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFA500 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 165 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.31 |
| HSL | 56.57º | 1% | 0.34% | - |
| HSV(B) | 56.57º | 1% | 0.69% | - |
| XYZ | 31.13 | 36.02 | 5.31 | - |
| YUV | 149.18 | 43.81 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 165 | 0 | 0 | 0.06 | 1 | 0.31 | 56.57 | 1 | 0.34 |
| Hex | AF | A5 | 0 | 0 | 6 | 64 | 1F | 39 | 64 | 22 |
| Octal | 257 | 245 | 0 | 0 | 6 | 144 | 37 | 71 | 144 | 42 |
| Binary | 10101111 | 10100101 | 0 | 0 | 110 | 1100100 | 11111 | 111001 | 1100100 | 100010 |
Color Harmonies of #AFA500
Complementary color
Monochromatic Colors of #AFA500
Black with #AFA500
Text Example
Text Example
White with #AFA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA500; }
p { color: rgb(175,165,0); }
H1.HeaderClassName
{
color: #AFA500;
}
.AnyTagClassName
{
color: #AFA500;
}
</style>
background-color css
<style>
a { background-color: #AFA500; }
a { background-color: rgb(175,165,0); }
div.DivClassName
{
background-color: #AFA500;
}
.BgClassName
{
background-color: #AFA500;
}
</style>
border-color css
<style>
span { border-color: #AFA500; }
span { border-color: rgb(175,165,0); }
td.TdClassName
{
border-color: #AFA500;
}
.TagClassName
{
border-color: #AFA500;
}
</style>