Shades of Lucky #AFA609
Tints of Lucky #AFA609
RGB
CMYK
RGB Variations
Color information
#AFA609 (or 0xAFA609) is known color: Lucky. HEX triplet: AF, A6 and 09. RGB value is (175,166,9). Sum of RGB (Red+Green+Blue) = 175+166+9=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA609 is #5059F6. Grayscale: #979797. Windows color (decimal): -5265911 or 632495. OLE color: 632495.
HSL color Cylindrical-coordinate representation of color #AFA609: hue angle of 56.75º degrees, saturation: 0.9, 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 #AFA609 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 9 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.31 |
| HSL | 56.75º | 0.9% | 0.36% | - |
| HSV(B) | 56.75º | 0.95% | 0.69% | - |
| XYZ | 31.36 | 36.41 | 5.63 | - |
| YUV | 150.79 | 47.98 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 9 | 0 | 0.05 | 0.95 | 0.31 | 56.75 | 0.9 | 0.36 |
| Hex | AF | A6 | 9 | 0 | 5 | 5F | 1F | 39 | 5A | 24 |
| Octal | 257 | 246 | 11 | 0 | 5 | 137 | 37 | 71 | 132 | 44 |
| Binary | 10101111 | 10100110 | 1001 | 0 | 101 | 1011111 | 11111 | 111001 | 1011010 | 100100 |
Color Harmonies of #AFA609
Complementary color
Monochromatic Colors of #AFA609
Black with #AFA609
Text Example
Text Example
White with #AFA609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA609; }
p { color: rgb(175,166,9); }
H1.HeaderClassName
{
color: #AFA609;
}
.AnyTagClassName
{
color: #AFA609;
}
</style>
background-color css
<style>
a { background-color: #AFA609; }
a { background-color: rgb(175,166,9); }
div.DivClassName
{
background-color: #AFA609;
}
.BgClassName
{
background-color: #AFA609;
}
</style>
border-color css
<style>
span { border-color: #AFA609; }
span { border-color: rgb(175,166,9); }
td.TdClassName
{
border-color: #AFA609;
}
.TagClassName
{
border-color: #AFA609;
}
</style>