Shades of Citrus #A19F01
Tints of Citrus #A19F01
RGB
CMYK
RGB Variations
Color information
#A19F01 (or 0xA19F01) is known color: Citrus. HEX triplet: A1, 9F and 01. RGB value is (161,159,1). Sum of RGB (Red+Green+Blue) = 161+159+1=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19F01 is #5E60FE. Grayscale: #8E8E8E. Windows color (decimal): -6185215 or 106401. OLE color: 106401.
HSL color Cylindrical-coordinate representation of color #A19F01: hue angle of 59.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A19F01 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.37 |
| HSL | 59.25º | 0.99% | 0.32% | - |
| HSV(B) | 59.25º | 0.99% | 0.63% | - |
| XYZ | 27.1 | 32.38 | 4.85 | - |
| YUV | 141.59 | 48.66 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 1 | 0 | 0.01 | 0.99 | 0.37 | 59.25 | 0.99 | 0.32 |
| Hex | A1 | 9F | 1 | 0 | 1 | 63 | 25 | 3B | 63 | 20 |
| Octal | 241 | 237 | 1 | 0 | 1 | 143 | 45 | 73 | 143 | 40 |
| Binary | 10100001 | 10011111 | 1 | 0 | 1 | 1100011 | 100101 | 111011 | 1100011 | 100000 |
Color Harmonies of #A19F01
Complementary color
Monochromatic Colors of #A19F01
Black with #A19F01
Text Example
Text Example
White with #A19F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F01; }
p { color: rgb(161,159,1); }
H1.HeaderClassName
{
color: #A19F01;
}
.AnyTagClassName
{
color: #A19F01;
}
</style>
background-color css
<style>
a { background-color: #A19F01; }
a { background-color: rgb(161,159,1); }
div.DivClassName
{
background-color: #A19F01;
}
.BgClassName
{
background-color: #A19F01;
}
</style>
border-color css
<style>
span { border-color: #A19F01; }
span { border-color: rgb(161,159,1); }
td.TdClassName
{
border-color: #A19F01;
}
.TagClassName
{
border-color: #A19F01;
}
</style>