Shades of Lucky #AF9C01
Tints of Lucky #AF9C01
RGB
CMYK
RGB Variations
Color information
#AF9C01 (or 0xAF9C01) is known color: Lucky. HEX triplet: AF, 9C and 01. RGB value is (175,156,1). Sum of RGB (Red+Green+Blue) = 175+156+1=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9C01 is #5063FE. Grayscale: #909090. Windows color (decimal): -5268479 or 105647. OLE color: 105647.
HSL color Cylindrical-coordinate representation of color #AF9C01: hue angle of 53.45º degrees, saturation: 0.99, 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 #AF9C01 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.31 |
| HSL | 53.45º | 0.99% | 0.35% | - |
| HSV(B) | 53.45º | 0.99% | 0.69% | - |
| XYZ | 29.57 | 32.89 | 4.82 | - |
| YUV | 144.01 | 47.29 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 1 | 0 | 0.11 | 0.99 | 0.31 | 53.45 | 0.99 | 0.35 |
| Hex | AF | 9C | 1 | 0 | B | 63 | 1F | 35 | 63 | 23 |
| Octal | 257 | 234 | 1 | 0 | 13 | 143 | 37 | 65 | 143 | 43 |
| Binary | 10101111 | 10011100 | 1 | 0 | 1011 | 1100011 | 11111 | 110101 | 1100011 | 100011 |
Color Harmonies of #AF9C01
Complementary color
Monochromatic Colors of #AF9C01
Black with #AF9C01
Text Example
Text Example
White with #AF9C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C01; }
p { color: rgb(175,156,1); }
H1.HeaderClassName
{
color: #AF9C01;
}
.AnyTagClassName
{
color: #AF9C01;
}
</style>
background-color css
<style>
a { background-color: #AF9C01; }
a { background-color: rgb(175,156,1); }
div.DivClassName
{
background-color: #AF9C01;
}
.BgClassName
{
background-color: #AF9C01;
}
</style>
border-color css
<style>
span { border-color: #AF9C01; }
span { border-color: rgb(175,156,1); }
td.TdClassName
{
border-color: #AF9C01;
}
.TagClassName
{
border-color: #AF9C01;
}
</style>