Shades of Citrus #A8A403
Tints of Citrus #A8A403
RGB
CMYK
RGB Variations
Color information
#A8A403 (or 0xA8A403) is known color: Citrus. HEX triplet: A8, A4 and 03. RGB value is (168,164,3). Sum of RGB (Red+Green+Blue) = 168+164+3=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A403 is #575BFC. Grayscale: #939393. Windows color (decimal): -5725181 or 238760. OLE color: 238760.
HSL color Cylindrical-coordinate representation of color #A8A403: hue angle of 58.55º 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 #A8A403 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 164 | 3 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.34 |
| HSL | 58.55º | 0.96% | 0.34% | - |
| HSV(B) | 58.55º | 0.98% | 0.66% | - |
| XYZ | 29.44 | 34.88 | 5.27 | - |
| YUV | 146.84 | 46.83 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 3 | 0 | 0.02 | 0.98 | 0.34 | 58.55 | 0.96 | 0.34 |
| Hex | A8 | A4 | 3 | 0 | 2 | 62 | 22 | 3B | 60 | 22 |
| Octal | 250 | 244 | 3 | 0 | 2 | 142 | 42 | 73 | 140 | 42 |
| Binary | 10101000 | 10100100 | 11 | 0 | 10 | 1100010 | 100010 | 111011 | 1100000 | 100010 |
Color Harmonies of #A8A403
Complementary color
Monochromatic Colors of #A8A403
Black with #A8A403
Text Example
Text Example
White with #A8A403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A403; }
p { color: rgb(168,164,3); }
H1.HeaderClassName
{
color: #A8A403;
}
.AnyTagClassName
{
color: #A8A403;
}
</style>
background-color css
<style>
a { background-color: #A8A403; }
a { background-color: rgb(168,164,3); }
div.DivClassName
{
background-color: #A8A403;
}
.BgClassName
{
background-color: #A8A403;
}
</style>
border-color css
<style>
span { border-color: #A8A403; }
span { border-color: rgb(168,164,3); }
td.TdClassName
{
border-color: #A8A403;
}
.TagClassName
{
border-color: #A8A403;
}
</style>