Shades of Citrus #A0AF03
Tints of Citrus #A0AF03
RGB
CMYK
RGB Variations
Color information
#A0AF03 (or 0xA0AF03) is known color: Citrus. HEX triplet: A0, AF and 03. RGB value is (160,175,3). Sum of RGB (Red+Green+Blue) = 160+175+3=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF03 is #5F50FC. Grayscale: #979797. Windows color (decimal): -6246653 or 241568. OLE color: 241568.
HSL color Cylindrical-coordinate representation of color #A0AF03: hue angle of 65.23º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0AF03 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 3 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.31 |
| HSL | 65.23º | 0.97% | 0.35% | - |
| HSV(B) | 65.23º | 0.98% | 0.69% | - |
| XYZ | 29.84 | 38.14 | 5.88 | - |
| YUV | 150.91 | 44.53 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 3 | 0.09 | 0 | 0.98 | 0.31 | 65.23 | 0.97 | 0.35 |
| Hex | A0 | AF | 3 | 9 | 0 | 62 | 1F | 41 | 61 | 23 |
| Octal | 240 | 257 | 3 | 11 | 0 | 142 | 37 | 101 | 141 | 43 |
| Binary | 10100000 | 10101111 | 11 | 1001 | 0 | 1100010 | 11111 | 1000001 | 1100001 | 100011 |
Color Harmonies of #A0AF03
Complementary color
Monochromatic Colors of #A0AF03
Black with #A0AF03
Text Example
Text Example
White with #A0AF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF03; }
p { color: rgb(160,175,3); }
H1.HeaderClassName
{
color: #A0AF03;
}
.AnyTagClassName
{
color: #A0AF03;
}
</style>
background-color css
<style>
a { background-color: #A0AF03; }
a { background-color: rgb(160,175,3); }
div.DivClassName
{
background-color: #A0AF03;
}
.BgClassName
{
background-color: #A0AF03;
}
</style>
border-color css
<style>
span { border-color: #A0AF03; }
span { border-color: rgb(160,175,3); }
td.TdClassName
{
border-color: #A0AF03;
}
.TagClassName
{
border-color: #A0AF03;
}
</style>