Shades of Citrus #A3AF01
Tints of Citrus #A3AF01
RGB
CMYK
RGB Variations
Color information
#A3AF01 (or 0xA3AF01) is known color: Citrus. HEX triplet: A3, AF and 01. RGB value is (163,175,1). Sum of RGB (Red+Green+Blue) = 163+175+1=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AF01 is #5C50FE. Grayscale: #989898. Windows color (decimal): -6050047 or 110499. OLE color: 110499.
HSL color Cylindrical-coordinate representation of color #A3AF01: hue angle of 64.14º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3AF01 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.31 |
| HSL | 64.14º | 0.99% | 0.35% | - |
| HSV(B) | 64.14º | 0.99% | 0.69% | - |
| XYZ | 30.44 | 38.45 | 5.85 | - |
| YUV | 151.58 | 43.02 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 1 | 0.07 | 0 | 0.99 | 0.31 | 64.14 | 0.99 | 0.35 |
| Hex | A3 | AF | 1 | 7 | 0 | 63 | 1F | 40 | 63 | 23 |
| Octal | 243 | 257 | 1 | 7 | 0 | 143 | 37 | 100 | 143 | 43 |
| Binary | 10100011 | 10101111 | 1 | 111 | 0 | 1100011 | 11111 | 1000000 | 1100011 | 100011 |
Color Harmonies of #A3AF01
Complementary color
Monochromatic Colors of #A3AF01
Black with #A3AF01
Text Example
Text Example
White with #A3AF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF01; }
p { color: rgb(163,175,1); }
H1.HeaderClassName
{
color: #A3AF01;
}
.AnyTagClassName
{
color: #A3AF01;
}
</style>
background-color css
<style>
a { background-color: #A3AF01; }
a { background-color: rgb(163,175,1); }
div.DivClassName
{
background-color: #A3AF01;
}
.BgClassName
{
background-color: #A3AF01;
}
</style>
border-color css
<style>
span { border-color: #A3AF01; }
span { border-color: rgb(163,175,1); }
td.TdClassName
{
border-color: #A3AF01;
}
.TagClassName
{
border-color: #A3AF01;
}
</style>