Shades of Citrus #A3AC07
Tints of Citrus #A3AC07
RGB
CMYK
RGB Variations
Color information
#A3AC07 (or 0xA3AC07) is known color: Citrus. HEX triplet: A3, AC and 07. RGB value is (163,172,7). Sum of RGB (Red+Green+Blue) = 163+172+7=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AC07 is #5C53F8. Grayscale: #979797. Windows color (decimal): -6050809 or 502947. OLE color: 502947.
HSL color Cylindrical-coordinate representation of color #A3AC07: hue angle of 63.27º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3AC07 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 7 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.33 |
| HSL | 63.27º | 0.92% | 0.35% | - |
| HSV(B) | 63.27º | 0.96% | 0.67% | - |
| XYZ | 29.9 | 37.31 | 5.83 | - |
| YUV | 150.5 | 47.02 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 7 | 0.05 | 0 | 0.96 | 0.33 | 63.27 | 0.92 | 0.35 |
| Hex | A3 | AC | 7 | 5 | 0 | 60 | 21 | 3F | 5C | 23 |
| Octal | 243 | 254 | 7 | 5 | 0 | 140 | 41 | 77 | 134 | 43 |
| Binary | 10100011 | 10101100 | 111 | 101 | 0 | 1100000 | 100001 | 111111 | 1011100 | 100011 |
Color Harmonies of #A3AC07
Complementary color
Monochromatic Colors of #A3AC07
Black with #A3AC07
Text Example
Text Example
White with #A3AC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC07; }
p { color: rgb(163,172,7); }
H1.HeaderClassName
{
color: #A3AC07;
}
.AnyTagClassName
{
color: #A3AC07;
}
</style>
background-color css
<style>
a { background-color: #A3AC07; }
a { background-color: rgb(163,172,7); }
div.DivClassName
{
background-color: #A3AC07;
}
.BgClassName
{
background-color: #A3AC07;
}
</style>
border-color css
<style>
span { border-color: #A3AC07; }
span { border-color: rgb(163,172,7); }
td.TdClassName
{
border-color: #A3AC07;
}
.TagClassName
{
border-color: #A3AC07;
}
</style>