Shades of Lucky #AFA30B
Tints of Lucky #AFA30B
RGB
CMYK
RGB Variations
Color information
#AFA30B (or 0xAFA30B) is known color: Lucky. HEX triplet: AF, A3 and 0B. RGB value is (175,163,11). Sum of RGB (Red+Green+Blue) = 175+163+11=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA30B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA30B is #505CF4. Grayscale: #959595. Windows color (decimal): -5266677 or 762799. OLE color: 762799.
HSL color Cylindrical-coordinate representation of color #AFA30B: hue angle of 55.61º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFA30B is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 11 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.31 |
| HSL | 55.61º | 0.88% | 0.36% | - |
| HSV(B) | 55.61º | 0.94% | 0.69% | - |
| XYZ | 30.84 | 35.33 | 5.51 | - |
| YUV | 149.26 | 49.98 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 11 | 0 | 0.07 | 0.94 | 0.31 | 55.61 | 0.88 | 0.36 |
| Hex | AF | A3 | B | 0 | 7 | 5E | 1F | 38 | 58 | 24 |
| Octal | 257 | 243 | 13 | 0 | 7 | 136 | 37 | 70 | 130 | 44 |
| Binary | 10101111 | 10100011 | 1011 | 0 | 111 | 1011110 | 11111 | 111000 | 1011000 | 100100 |
Color Harmonies of #AFA30B
Complementary color
Monochromatic Colors of #AFA30B
Black with #AFA30B
Text Example
Text Example
White with #AFA30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA30B; }
p { color: rgb(175,163,11); }
H1.HeaderClassName
{
color: #AFA30B;
}
.AnyTagClassName
{
color: #AFA30B;
}
</style>
background-color css
<style>
a { background-color: #AFA30B; }
a { background-color: rgb(175,163,11); }
div.DivClassName
{
background-color: #AFA30B;
}
.BgClassName
{
background-color: #AFA30B;
}
</style>
border-color css
<style>
span { border-color: #AFA30B; }
span { border-color: rgb(175,163,11); }
td.TdClassName
{
border-color: #AFA30B;
}
.TagClassName
{
border-color: #AFA30B;
}
</style>