Shades of Citrus #AAAC03
Tints of Citrus #AAAC03
RGB
CMYK
RGB Variations
Color information
#AAAC03 (or 0xAAAC03) is known color: Citrus. HEX triplet: AA, AC and 03. RGB value is (170,172,3). Sum of RGB (Red+Green+Blue) = 170+172+3=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAC03 is #5553FC. Grayscale: #989898. Windows color (decimal): -5592061 or 240810. OLE color: 240810.
HSL color Cylindrical-coordinate representation of color #AAAC03: hue angle of 60.71º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAAC03 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 3 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.33 |
| HSL | 60.71º | 0.97% | 0.34% | - |
| HSV(B) | 60.71º | 0.98% | 0.67% | - |
| XYZ | 31.35 | 38.06 | 5.78 | - |
| YUV | 152.14 | 43.84 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 3 | 0.01 | 0 | 0.98 | 0.33 | 60.71 | 0.97 | 0.34 |
| Hex | AA | AC | 3 | 1 | 0 | 62 | 21 | 3D | 61 | 22 |
| Octal | 252 | 254 | 3 | 1 | 0 | 142 | 41 | 75 | 141 | 42 |
| Binary | 10101010 | 10101100 | 11 | 1 | 0 | 1100010 | 100001 | 111101 | 1100001 | 100010 |
Color Harmonies of #AAAC03
Complementary color
Monochromatic Colors of #AAAC03
Black with #AAAC03
Text Example
Text Example
White with #AAAC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC03; }
p { color: rgb(170,172,3); }
H1.HeaderClassName
{
color: #AAAC03;
}
.AnyTagClassName
{
color: #AAAC03;
}
</style>
background-color css
<style>
a { background-color: #AAAC03; }
a { background-color: rgb(170,172,3); }
div.DivClassName
{
background-color: #AAAC03;
}
.BgClassName
{
background-color: #AAAC03;
}
</style>
border-color css
<style>
span { border-color: #AAAC03; }
span { border-color: rgb(170,172,3); }
td.TdClassName
{
border-color: #AAAC03;
}
.TagClassName
{
border-color: #AAAC03;
}
</style>