Shades of Lucky #AF9E02
Tints of Lucky #AF9E02
RGB
CMYK
RGB Variations
Color information
#AF9E02 (or 0xAF9E02) is known color: Lucky. HEX triplet: AF, 9E and 02. RGB value is (175,158,2). Sum of RGB (Red+Green+Blue) = 175+158+2=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9E02 is #5061FD. Grayscale: #919191. Windows color (decimal): -5267966 or 171695. OLE color: 171695.
HSL color Cylindrical-coordinate representation of color #AF9E02: hue angle of 54.1º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF9E02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.31 |
| HSL | 54.1º | 0.98% | 0.35% | - |
| HSV(B) | 54.1º | 0.99% | 0.69% | - |
| XYZ | 29.92 | 33.57 | 4.96 | - |
| YUV | 145.3 | 47.13 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 2 | 0 | 0.10 | 0.99 | 0.31 | 54.1 | 0.98 | 0.35 |
| Hex | AF | 9E | 2 | 0 | A | 63 | 1F | 36 | 62 | 23 |
| Octal | 257 | 236 | 2 | 0 | 12 | 143 | 37 | 66 | 142 | 43 |
| Binary | 10101111 | 10011110 | 10 | 0 | 1010 | 1100011 | 11111 | 110110 | 1100010 | 100011 |
Color Harmonies of #AF9E02
Complementary color
Monochromatic Colors of #AF9E02
Black with #AF9E02
Text Example
Text Example
White with #AF9E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E02; }
p { color: rgb(175,158,2); }
H1.HeaderClassName
{
color: #AF9E02;
}
.AnyTagClassName
{
color: #AF9E02;
}
</style>
background-color css
<style>
a { background-color: #AF9E02; }
a { background-color: rgb(175,158,2); }
div.DivClassName
{
background-color: #AF9E02;
}
.BgClassName
{
background-color: #AF9E02;
}
</style>
border-color css
<style>
span { border-color: #AF9E02; }
span { border-color: rgb(175,158,2); }
td.TdClassName
{
border-color: #AF9E02;
}
.TagClassName
{
border-color: #AF9E02;
}
</style>