Shades of Lucky #AF9C02
Tints of Lucky #AF9C02
RGB
CMYK
RGB Variations
Color information
#AF9C02 (or 0xAF9C02) is known color: Lucky. HEX triplet: AF, 9C and 02. RGB value is (175,156,2). Sum of RGB (Red+Green+Blue) = 175+156+2=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9C02 is #5063FD. Grayscale: #909090. Windows color (decimal): -5268478 or 171183. OLE color: 171183.
HSL color Cylindrical-coordinate representation of color #AF9C02: hue angle of 53.41º 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 #AF9C02 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.31 |
| HSL | 53.41º | 0.98% | 0.35% | - |
| HSV(B) | 53.41º | 0.99% | 0.69% | - |
| XYZ | 29.58 | 32.9 | 4.85 | - |
| YUV | 144.13 | 47.79 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 2 | 0 | 0.11 | 0.99 | 0.31 | 53.41 | 0.98 | 0.35 |
| Hex | AF | 9C | 2 | 0 | B | 63 | 1F | 35 | 62 | 23 |
| Octal | 257 | 234 | 2 | 0 | 13 | 143 | 37 | 65 | 142 | 43 |
| Binary | 10101111 | 10011100 | 10 | 0 | 1011 | 1100011 | 11111 | 110101 | 1100010 | 100011 |
Color Harmonies of #AF9C02
Complementary color
Monochromatic Colors of #AF9C02
Black with #AF9C02
Text Example
Text Example
White with #AF9C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C02; }
p { color: rgb(175,156,2); }
H1.HeaderClassName
{
color: #AF9C02;
}
.AnyTagClassName
{
color: #AF9C02;
}
</style>
background-color css
<style>
a { background-color: #AF9C02; }
a { background-color: rgb(175,156,2); }
div.DivClassName
{
background-color: #AF9C02;
}
.BgClassName
{
background-color: #AF9C02;
}
</style>
border-color css
<style>
span { border-color: #AF9C02; }
span { border-color: rgb(175,156,2); }
td.TdClassName
{
border-color: #AF9C02;
}
.TagClassName
{
border-color: #AF9C02;
}
</style>