Shades of Citrus #A29F01
Tints of Citrus #A29F01
RGB
CMYK
RGB Variations
Color information
#A29F01 (or 0xA29F01) is known color: Citrus. HEX triplet: A2, 9F and 01. RGB value is (162,159,1). Sum of RGB (Red+Green+Blue) = 162+159+1=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29F01 is #5D60FE. Grayscale: #8E8E8E. Windows color (decimal): -6119679 or 106402. OLE color: 106402.
HSL color Cylindrical-coordinate representation of color #A29F01: hue angle of 58.88º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A29F01 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.36 |
| HSL | 58.88º | 0.99% | 0.32% | - |
| HSV(B) | 58.88º | 0.99% | 0.64% | - |
| XYZ | 27.3 | 32.48 | 4.86 | - |
| YUV | 141.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 1 | 0 | 0.02 | 0.99 | 0.36 | 58.88 | 0.99 | 0.32 |
| Hex | A2 | 9F | 1 | 0 | 2 | 63 | 24 | 3B | 63 | 20 |
| Octal | 242 | 237 | 1 | 0 | 2 | 143 | 44 | 73 | 143 | 40 |
| Binary | 10100010 | 10011111 | 1 | 0 | 10 | 1100011 | 100100 | 111011 | 1100011 | 100000 |
Color Harmonies of #A29F01
Complementary color
Monochromatic Colors of #A29F01
Black with #A29F01
Text Example
Text Example
White with #A29F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F01; }
p { color: rgb(162,159,1); }
H1.HeaderClassName
{
color: #A29F01;
}
.AnyTagClassName
{
color: #A29F01;
}
</style>
background-color css
<style>
a { background-color: #A29F01; }
a { background-color: rgb(162,159,1); }
div.DivClassName
{
background-color: #A29F01;
}
.BgClassName
{
background-color: #A29F01;
}
</style>
border-color css
<style>
span { border-color: #A29F01; }
span { border-color: rgb(162,159,1); }
td.TdClassName
{
border-color: #A29F01;
}
.TagClassName
{
border-color: #A29F01;
}
</style>