Shades of Citrus #A8A303
Tints of Citrus #A8A303
RGB
CMYK
RGB Variations
Color information
#A8A303 (or 0xA8A303) is known color: Citrus. HEX triplet: A8, A3 and 03. RGB value is (168,163,3). Sum of RGB (Red+Green+Blue) = 168+163+3=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A303 is #575CFC. Grayscale: #929292. Windows color (decimal): -5725437 or 238504. OLE color: 238504.
HSL color Cylindrical-coordinate representation of color #A8A303: hue angle of 58.18º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8A303 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 3 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.34 |
| HSL | 58.18º | 0.96% | 0.34% | - |
| HSV(B) | 58.18º | 0.98% | 0.66% | - |
| XYZ | 29.26 | 34.53 | 5.21 | - |
| YUV | 146.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 3 | 0 | 0.03 | 0.98 | 0.34 | 58.18 | 0.96 | 0.34 |
| Hex | A8 | A3 | 3 | 0 | 3 | 62 | 22 | 3A | 60 | 22 |
| Octal | 250 | 243 | 3 | 0 | 3 | 142 | 42 | 72 | 140 | 42 |
| Binary | 10101000 | 10100011 | 11 | 0 | 11 | 1100010 | 100010 | 111010 | 1100000 | 100010 |
Color Harmonies of #A8A303
Complementary color
Monochromatic Colors of #A8A303
Black with #A8A303
Text Example
Text Example
White with #A8A303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A303; }
p { color: rgb(168,163,3); }
H1.HeaderClassName
{
color: #A8A303;
}
.AnyTagClassName
{
color: #A8A303;
}
</style>
background-color css
<style>
a { background-color: #A8A303; }
a { background-color: rgb(168,163,3); }
div.DivClassName
{
background-color: #A8A303;
}
.BgClassName
{
background-color: #A8A303;
}
</style>
border-color css
<style>
span { border-color: #A8A303; }
span { border-color: rgb(168,163,3); }
td.TdClassName
{
border-color: #A8A303;
}
.TagClassName
{
border-color: #A8A303;
}
</style>