Shades of Lucky #AFA008
Tints of Lucky #AFA008
RGB
CMYK
RGB Variations
Color information
#AFA008 (or 0xAFA008) is known color: Lucky. HEX triplet: AF, A0 and 08. RGB value is (175,160,8). Sum of RGB (Red+Green+Blue) = 175+160+8=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA008 is #505FF7. Grayscale: #939393. Windows color (decimal): -5267448 or 565423. OLE color: 565423.
HSL color Cylindrical-coordinate representation of color #AFA008: hue angle of 54.61º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFA008 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 8 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.31 |
| HSL | 54.61º | 0.91% | 0.36% | - |
| HSV(B) | 54.61º | 0.95% | 0.69% | - |
| XYZ | 30.29 | 34.27 | 5.25 | - |
| YUV | 147.16 | 49.47 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 8 | 0 | 0.09 | 0.95 | 0.31 | 54.61 | 0.91 | 0.36 |
| Hex | AF | A0 | 8 | 0 | 9 | 5F | 1F | 37 | 5B | 24 |
| Octal | 257 | 240 | 10 | 0 | 11 | 137 | 37 | 67 | 133 | 44 |
| Binary | 10101111 | 10100000 | 1000 | 0 | 1001 | 1011111 | 11111 | 110111 | 1011011 | 100100 |
Color Harmonies of #AFA008
Complementary color
Monochromatic Colors of #AFA008
Black with #AFA008
Text Example
Text Example
White with #AFA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA008; }
p { color: rgb(175,160,8); }
H1.HeaderClassName
{
color: #AFA008;
}
.AnyTagClassName
{
color: #AFA008;
}
</style>
background-color css
<style>
a { background-color: #AFA008; }
a { background-color: rgb(175,160,8); }
div.DivClassName
{
background-color: #AFA008;
}
.BgClassName
{
background-color: #AFA008;
}
</style>
border-color css
<style>
span { border-color: #AFA008; }
span { border-color: rgb(175,160,8); }
td.TdClassName
{
border-color: #AFA008;
}
.TagClassName
{
border-color: #AFA008;
}
</style>