Shades of Lucky #AFA208
Tints of Lucky #AFA208
RGB
CMYK
RGB Variations
Color information
#AFA208 (or 0xAFA208) is known color: Lucky. HEX triplet: AF, A2 and 08. RGB value is (175,162,8). Sum of RGB (Red+Green+Blue) = 175+162+8=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA208 is #505DF7. Grayscale: #949494. Windows color (decimal): -5266936 or 565935. OLE color: 565935.
HSL color Cylindrical-coordinate representation of color #AFA208: hue angle of 55.33º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFA208 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 8 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.31 |
| HSL | 55.33º | 0.91% | 0.36% | - |
| HSV(B) | 55.33º | 0.95% | 0.69% | - |
| XYZ | 30.64 | 34.97 | 5.36 | - |
| YUV | 148.33 | 48.81 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 8 | 0 | 0.07 | 0.95 | 0.31 | 55.33 | 0.91 | 0.36 |
| Hex | AF | A2 | 8 | 0 | 7 | 5F | 1F | 37 | 5B | 24 |
| Octal | 257 | 242 | 10 | 0 | 7 | 137 | 37 | 67 | 133 | 44 |
| Binary | 10101111 | 10100010 | 1000 | 0 | 111 | 1011111 | 11111 | 110111 | 1011011 | 100100 |
Color Harmonies of #AFA208
Complementary color
Monochromatic Colors of #AFA208
Black with #AFA208
Text Example
Text Example
White with #AFA208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA208; }
p { color: rgb(175,162,8); }
H1.HeaderClassName
{
color: #AFA208;
}
.AnyTagClassName
{
color: #AFA208;
}
</style>
background-color css
<style>
a { background-color: #AFA208; }
a { background-color: rgb(175,162,8); }
div.DivClassName
{
background-color: #AFA208;
}
.BgClassName
{
background-color: #AFA208;
}
</style>
border-color css
<style>
span { border-color: #AFA208; }
span { border-color: rgb(175,162,8); }
td.TdClassName
{
border-color: #AFA208;
}
.TagClassName
{
border-color: #AFA208;
}
</style>