Shades of Lucky #AF9A09
Tints of Lucky #AF9A09
RGB
CMYK
RGB Variations
Color information
#AF9A09 (or 0xAF9A09) is known color: Lucky. HEX triplet: AF, 9A and 09. RGB value is (175,154,9). Sum of RGB (Red+Green+Blue) = 175+154+9=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9A09 is #5065F6. Grayscale: #909090. Windows color (decimal): -5268983 or 629423. OLE color: 629423.
HSL color Cylindrical-coordinate representation of color #AF9A09: hue angle of 52.41º 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 #AF9A09 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 9 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.31 |
| HSL | 52.41º | 0.9% | 0.36% | - |
| HSV(B) | 52.41º | 0.95% | 0.69% | - |
| XYZ | 29.28 | 32.24 | 4.94 | - |
| YUV | 143.75 | 51.96 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 9 | 0 | 0.12 | 0.95 | 0.31 | 52.41 | 0.9 | 0.36 |
| Hex | AF | 9A | 9 | 0 | C | 5F | 1F | 34 | 5A | 24 |
| Octal | 257 | 232 | 11 | 0 | 14 | 137 | 37 | 64 | 132 | 44 |
| Binary | 10101111 | 10011010 | 1001 | 0 | 1100 | 1011111 | 11111 | 110100 | 1011010 | 100100 |
Color Harmonies of #AF9A09
Complementary color
Monochromatic Colors of #AF9A09
Black with #AF9A09
Text Example
Text Example
White with #AF9A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A09; }
p { color: rgb(175,154,9); }
H1.HeaderClassName
{
color: #AF9A09;
}
.AnyTagClassName
{
color: #AF9A09;
}
</style>
background-color css
<style>
a { background-color: #AF9A09; }
a { background-color: rgb(175,154,9); }
div.DivClassName
{
background-color: #AF9A09;
}
.BgClassName
{
background-color: #AF9A09;
}
</style>
border-color css
<style>
span { border-color: #AF9A09; }
span { border-color: rgb(175,154,9); }
td.TdClassName
{
border-color: #AF9A09;
}
.TagClassName
{
border-color: #AF9A09;
}
</style>