Shades of Lucky #AF9A23
Tints of Lucky #AF9A23
RGB
CMYK
RGB Variations
Color information
#AF9A23 (or 0xAF9A23) is known color: Lucky. HEX triplet: AF, 9A and 23. RGB value is (175,154,35). Sum of RGB (Red+Green+Blue) = 175+154+35=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A23 is #5065DC. Grayscale: #939393. Windows color (decimal): -5268957 or 2333359. OLE color: 2333359.
HSL color Cylindrical-coordinate representation of color #AF9A23: hue angle of 51º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF9A23 is Cyan = 0, Magento = 0.12, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 35 | - |
| CMYK | 0 | 0.12 | 0.8 | 0.31 |
| HSL | 51º | 0.67% | 0.41% | - |
| HSV(B) | 51º | 0.8% | 0.69% | - |
| XYZ | 29.54 | 32.35 | 6.28 | - |
| YUV | 146.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 35 | 0 | 0.12 | 0.8 | 0.31 | 51 | 0.67 | 0.41 |
| Hex | AF | 9A | 23 | 0 | C | 50 | 1F | 33 | 43 | 29 |
| Octal | 257 | 232 | 43 | 0 | 14 | 120 | 37 | 63 | 103 | 51 |
| Binary | 10101111 | 10011010 | 100011 | 0 | 1100 | 1010000 | 11111 | 110011 | 1000011 | 101001 |
Color Harmonies of #AF9A23
Complementary color
Monochromatic Colors of #AF9A23
Black with #AF9A23
Text Example
Text Example
White with #AF9A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A23; }
p { color: rgb(175,154,35); }
H1.HeaderClassName
{
color: #AF9A23;
}
.AnyTagClassName
{
color: #AF9A23;
}
</style>
background-color css
<style>
a { background-color: #AF9A23; }
a { background-color: rgb(175,154,35); }
div.DivClassName
{
background-color: #AF9A23;
}
.BgClassName
{
background-color: #AF9A23;
}
</style>
border-color css
<style>
span { border-color: #AF9A23; }
span { border-color: rgb(175,154,35); }
td.TdClassName
{
border-color: #AF9A23;
}
.TagClassName
{
border-color: #AF9A23;
}
</style>