Shades of Citrus #A3AC10
Tints of Citrus #A3AC10
RGB
CMYK
RGB Variations
Color information
#A3AC10 (or 0xA3AC10) is known color: Citrus. HEX triplet: A3, AC and 10. RGB value is (163,172,16). Sum of RGB (Red+Green+Blue) = 163+172+16=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AC10 is #5C53EF. Grayscale: #989898. Windows color (decimal): -6050800 or 1092771. OLE color: 1092771.
HSL color Cylindrical-coordinate representation of color #A3AC10: hue angle of 63.46º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3AC10 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 16 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.33 |
| HSL | 63.46º | 0.83% | 0.37% | - |
| HSV(B) | 63.46º | 0.91% | 0.67% | - |
| XYZ | 29.95 | 37.33 | 6.12 | - |
| YUV | 151.53 | 51.52 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 16 | 0.05 | 0 | 0.91 | 0.33 | 63.46 | 0.83 | 0.37 |
| Hex | A3 | AC | 10 | 5 | 0 | 5B | 21 | 3F | 53 | 25 |
| Octal | 243 | 254 | 20 | 5 | 0 | 133 | 41 | 77 | 123 | 45 |
| Binary | 10100011 | 10101100 | 10000 | 101 | 0 | 1011011 | 100001 | 111111 | 1010011 | 100101 |
Color Harmonies of #A3AC10
Complementary color
Monochromatic Colors of #A3AC10
Black with #A3AC10
Text Example
Text Example
White with #A3AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC10; }
p { color: rgb(163,172,16); }
H1.HeaderClassName
{
color: #A3AC10;
}
.AnyTagClassName
{
color: #A3AC10;
}
</style>
background-color css
<style>
a { background-color: #A3AC10; }
a { background-color: rgb(163,172,16); }
div.DivClassName
{
background-color: #A3AC10;
}
.BgClassName
{
background-color: #A3AC10;
}
</style>
border-color css
<style>
span { border-color: #A3AC10; }
span { border-color: rgb(163,172,16); }
td.TdClassName
{
border-color: #A3AC10;
}
.TagClassName
{
border-color: #A3AC10;
}
</style>