Shades of Lucky #AF9807
Tints of Lucky #AF9807
RGB
CMYK
RGB Variations
Color information
#AF9807 (or 0xAF9807) is known color: Lucky. HEX triplet: AF, 98 and 07. RGB value is (175,152,7). Sum of RGB (Red+Green+Blue) = 175+152+7=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9807 is #5067F8. Grayscale: #8E8E8E. Windows color (decimal): -5269497 or 497839. OLE color: 497839.
HSL color Cylindrical-coordinate representation of color #AF9807: hue angle of 51.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF9807 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 7 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.31 |
| HSL | 51.79º | 0.92% | 0.36% | - |
| HSV(B) | 51.79º | 0.96% | 0.69% | - |
| XYZ | 28.95 | 31.59 | 4.77 | - |
| YUV | 142.35 | 51.62 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 7 | 0 | 0.13 | 0.96 | 0.31 | 51.79 | 0.92 | 0.36 |
| Hex | AF | 98 | 7 | 0 | D | 60 | 1F | 34 | 5C | 24 |
| Octal | 257 | 230 | 7 | 0 | 15 | 140 | 37 | 64 | 134 | 44 |
| Binary | 10101111 | 10011000 | 111 | 0 | 1101 | 1100000 | 11111 | 110100 | 1011100 | 100100 |
Color Harmonies of #AF9807
Complementary color
Monochromatic Colors of #AF9807
Black with #AF9807
Text Example
Text Example
White with #AF9807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9807; }
p { color: rgb(175,152,7); }
H1.HeaderClassName
{
color: #AF9807;
}
.AnyTagClassName
{
color: #AF9807;
}
</style>
background-color css
<style>
a { background-color: #AF9807; }
a { background-color: rgb(175,152,7); }
div.DivClassName
{
background-color: #AF9807;
}
.BgClassName
{
background-color: #AF9807;
}
</style>
border-color css
<style>
span { border-color: #AF9807; }
span { border-color: rgb(175,152,7); }
td.TdClassName
{
border-color: #AF9807;
}
.TagClassName
{
border-color: #AF9807;
}
</style>