Shades of Citrus #A0A303
Tints of Citrus #A0A303
RGB
CMYK
RGB Variations
Color information
#A0A303 (or 0xA0A303) is known color: Citrus. HEX triplet: A0, A3 and 03. RGB value is (160,163,3). Sum of RGB (Red+Green+Blue) = 160+163+3=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A303 is #5F5CFC. Grayscale: #909090. Windows color (decimal): -6249725 or 238496. OLE color: 238496.
HSL color Cylindrical-coordinate representation of color #A0A303: hue angle of 61.12º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0A303 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 3 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.36 |
| HSL | 61.13º | 0.96% | 0.33% | - |
| HSV(B) | 61.13º | 0.98% | 0.64% | - |
| XYZ | 27.61 | 33.67 | 5.13 | - |
| YUV | 143.86 | 48.51 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 3 | 0.02 | 0 | 0.98 | 0.36 | 61.13 | 0.96 | 0.33 |
| Hex | A0 | A3 | 3 | 2 | 0 | 62 | 24 | 3D | 60 | 21 |
| Octal | 240 | 243 | 3 | 2 | 0 | 142 | 44 | 75 | 140 | 41 |
| Binary | 10100000 | 10100011 | 11 | 10 | 0 | 1100010 | 100100 | 111101 | 1100000 | 100001 |
Color Harmonies of #A0A303
Complementary color
Monochromatic Colors of #A0A303
Black with #A0A303
Text Example
Text Example
White with #A0A303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A303; }
p { color: rgb(160,163,3); }
H1.HeaderClassName
{
color: #A0A303;
}
.AnyTagClassName
{
color: #A0A303;
}
</style>
background-color css
<style>
a { background-color: #A0A303; }
a { background-color: rgb(160,163,3); }
div.DivClassName
{
background-color: #A0A303;
}
.BgClassName
{
background-color: #A0A303;
}
</style>
border-color css
<style>
span { border-color: #A0A303; }
span { border-color: rgb(160,163,3); }
td.TdClassName
{
border-color: #A0A303;
}
.TagClassName
{
border-color: #A0A303;
}
</style>