Shades of Lucky #AF9E01
Tints of Lucky #AF9E01
RGB
CMYK
RGB Variations
Color information
#AF9E01 (or 0xAF9E01) is known color: Lucky. HEX triplet: AF, 9E and 01. RGB value is (175,158,1). Sum of RGB (Red+Green+Blue) = 175+158+1=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9E01 is #5061FE. Grayscale: #919191. Windows color (decimal): -5267967 or 106159. OLE color: 106159.
HSL color Cylindrical-coordinate representation of color #AF9E01: hue angle of 54.14º 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 #AF9E01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.31 |
| HSL | 54.14º | 0.99% | 0.35% | - |
| HSV(B) | 54.14º | 0.99% | 0.69% | - |
| XYZ | 29.91 | 33.57 | 4.93 | - |
| YUV | 145.19 | 46.63 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 1 | 0 | 0.10 | 0.99 | 0.31 | 54.14 | 0.99 | 0.35 |
| Hex | AF | 9E | 1 | 0 | A | 63 | 1F | 36 | 63 | 23 |
| Octal | 257 | 236 | 1 | 0 | 12 | 143 | 37 | 66 | 143 | 43 |
| Binary | 10101111 | 10011110 | 1 | 0 | 1010 | 1100011 | 11111 | 110110 | 1100011 | 100011 |
Color Harmonies of #AF9E01
Complementary color
Monochromatic Colors of #AF9E01
Black with #AF9E01
Text Example
Text Example
White with #AF9E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E01; }
p { color: rgb(175,158,1); }
H1.HeaderClassName
{
color: #AF9E01;
}
.AnyTagClassName
{
color: #AF9E01;
}
</style>
background-color css
<style>
a { background-color: #AF9E01; }
a { background-color: rgb(175,158,1); }
div.DivClassName
{
background-color: #AF9E01;
}
.BgClassName
{
background-color: #AF9E01;
}
</style>
border-color css
<style>
span { border-color: #AF9E01; }
span { border-color: rgb(175,158,1); }
td.TdClassName
{
border-color: #AF9E01;
}
.TagClassName
{
border-color: #AF9E01;
}
</style>